DictionaryDataReader..::..GetChars Method
Reads a stream of characters from the specified column, starting at location indicated by dataOffset, into the buffer, starting at the location indicated by bufferOffset.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
Parameters
- ordinal
- Type: Int32
The zero-based column ordinal.
- dataOffset
- Type: Int64
The index within the row from which to begin the read operation.
- buffer
- Type: array<Char>[]()[][]
The buffer into which to copy the data.
- bufferOffset
- Type: Int32
The index with the buffer to which the data will be copied.
- length
- Type: Int32
The maximum number of characters to read.