Loads the object's data value.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
void Load(
bool recursive
)
Sub Load (
recursive As Boolean
)
void Load(
bool recursive
)
abstract Load :
recursive : bool -> unit
Parameters
- recursive
- Type: SystemBoolean
Specifies whether children of the
object should be loaded as well.
Reference