Overload List
Name | Description | |
---|---|---|
![]() ![]() | FillCollection<(Of <<'(TItem>)>>)(IDataReader) |
FillCollection fills a Collection of objects from a DataReader
|
![]() ![]() | FillCollection<(Of <<'(TItem>)>>)(IDataReader, IList<(Of <<'(TItem>)>>)%) |
FillCollection fills a Collection of objects from a DataReader
|
![]() ![]() | FillCollection<(Of <<'(T>)>>)(IDataReader, Int32%) |
Generic version of FillCollection fills a List custom business object of a specified type
from the supplied DataReader
|
![]() ![]() | FillCollection(IDataReader, Type) |
FillCollection fills a Collection of objects from a DataReader
|
![]() ![]() | FillCollection<(Of <<'(TItem>)>>)(IDataReader, IList<(Of <<'(TItem>)>>), Boolean) |
FillCollection fills a List of objects from a DataReader
|
![]() ![]() | FillCollection(IDataReader, Type, Boolean) |
FillCollection fills a Collection of objects from a DataReader
|
![]() ![]() | FillCollection(IDataReader, Type, IList%) |
FillCollection fills a Collection of objects from a DataReader
|
![]() ![]() | FillCollection(IDataReader, Type%, Int32%) |
Generic version of FillCollection fills a List custom business object of a specified type
from the supplied DataReader
|