BMXNET 4.0 Developer API

Namespace:  IndianHealthService.BMXNet.Ado
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public long GetBytes(
	int i,
	long fieldOffset,
	byte[] buffer,
	int bufferoffset,
	int length
)
Public Function GetBytes ( _
	i As Integer, _
	fieldOffset As Long, _
	buffer As Byte(), _
	bufferoffset As Integer, _
	length As Integer _
) As Long
public:
virtual long long GetBytes(
	int i, 
	long long fieldOffset, 
	array<unsigned char>^ buffer, 
	int bufferoffset, 
	int length
) sealed

Parameters

i
Int32
fieldOffset
Int64
buffer
array< Byte >[]()[]
bufferoffset
Int32
length
Int32

Implements

IDataRecord..::.GetBytes(Int32, Int64, array<Byte>[]()[], Int32, Int32)

See Also