BMXNET 4.0 Developer API

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public long GetChars(
	int i,
	long fieldoffset,
	char[] buffer,
	int bufferoffset,
	int length
)
Public Function GetChars ( _
	i As Integer, _
	fieldoffset As Long, _
	buffer As Char(), _
	bufferoffset As Integer, _
	length As Integer _
) As Long
public:
virtual long long GetChars(
	int i, 
	long long fieldoffset, 
	array<wchar_t>^ buffer, 
	int bufferoffset, 
	int length
) sealed

Parameters

i
Int32
fieldoffset
Int64
buffer
array< Char >[]()[]
bufferoffset
Int32
length
Int32

Implements

IDataRecord..::.GetChars(Int32, Int64, array<Char>[]()[], Int32, Int32)

See Also