Click or drag to resize

MetaPropertiesLoad Method

Loads the collection using the provided IDataReader object.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Load(
	IDataReader rs,
	bool hasSubObjects
)

Parameters

rs
Type: System.DataIDataReader
The DataReader object
hasSubObjects
Type: SystemBoolean
True if this object has subobjects. (e.g. Mapper, Navigators)
See Also