Click or drag to resize

MetaTextItemsLoad Method

Loads the collection from the provided data reader.

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
)

Parameters

rs
Type: System.DataIDataReader
The DataReader.
See Also