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
)
Public Sub Load (
rs As IDataReader
)
Parameters
- rs
- Type: System.DataIDataReader
The DataReader.
See Also