[This is preliminary documentation and subject to change.]
Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.
[Visual Basic] NotOverridable Public Function GetChars( _ ByVal i As Integer, _ ByVal fieldoffset As Long, _ ByVal buffer As Char(), _ ByVal bufferoffset As Integer, _ ByVal length As Integer _ ) As Long Implements _ IDataRecord.GetChars
[C#] public long GetChars( inti, longfieldoffset, char[]buffer, intbufferoffset, intlength );
Parameters
i
The zero-based column ordinal.
fieldoffset
The index within the row from which to begin the read operation.
buffer
The buffer into which to read the stream of bytes.