[Visual Basic] Function GetBytes( _ ByVal i As Integer, _ ByVal fieldOffset As Long, _ ByVal buffer As Byte(), _ ByVal bufferoffset As Integer, _ ByVal length As Integer _ ) As Long Implements _ IDataRecord.GetBytes
[C#] long IDataRecord.GetBytes( inti, longfieldOffset, byte[]buffer, intbufferoffset, intlength );