[This is preliminary documentation and is subject to change.]
Initializes a new instance of the DataReaderValueLoader class.
Namespace:
Firefly.Box.Data.DataProviderAssembly: Firefly.Box (in Firefly.Box.dll) Version: 3.4.23.6473 (3.4.23.6473)
Syntax
C# |
---|
public DataReaderValueLoader( IDataReader reader, int position ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ reader As IDataReader, _ position As Integer _ ) |
Visual C++ |
---|
public: DataReaderValueLoader( IDataReader^ reader, int position ) |
Parameters
- reader
- Type: System.Data..::.IDataReader
The reader based on which this DataReaderValueLoader will be created
- position
- Type: System..::.Int32
The position based on which this DataReaderValueLoader will be created