AdomdDataReader.GetChars(Int32, Int64, Char[], Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetChars
public long GetChars (int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length);
abstract member GetChars : int * int64 * char[] * int * int -> int64
override this.GetChars : int * int64 * char[] * int * int -> int64
Public Function GetChars (ordinal As Integer, dataIndex As Long, buffer As Char(), bufferIndex As Integer, length As Integer) As Long
Parameters
- ordinal
- Int32
ordinal
- dataIndex
- Int64
dataIndex
- buffer
- Char[]
buffer
- bufferIndex
- Int32
bufferIndex
- length
- Int32
length
Returns
Information not available for this release.