[Visual Basic] 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#] long IDataRecord.GetChars( inti, longfieldoffset, char[]buffer, intbufferoffset, intlength );