ComponentOne FlexPivot for WinForms
GetBytes Method

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > IDataList Interface : GetBytes Method
Syntax
'Declaration
 
Function GetBytes( _
   ByVal i As System.Integer, _
   ByVal fieldOffset As System.Long, _
   ByVal buffer() As System.Byte, _
   ByVal bufferoffset As System.Integer, _
   ByVal length As System.Integer _
) As System.Long
System.long GetBytes( 
   System.int i,
   System.long fieldOffset,
   System.byte[] buffer,
   System.int bufferoffset,
   System.int length
)

Parameters

i
fieldOffset
buffer
bufferoffset
length
See Also

Reference

IDataList Interface
IDataList Members