IDataObject<TObject>.Load Method

Loads the object's data value.

Definition

Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
void Load(
	bool recursive
)

Parameters

recursive  Boolean
Specifies whether children of the object should be loaded as well.

See Also