NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDataRecord.GetChars

[To be supplied.]

[Visual Basic]
Function GetChars( _
   ByVal i As Integer, _
   ByVal buffer() As Char, _
   ByVal length As Integer, _
   ByVal bufferoffset As Integer, _
   ByVal fieldoffset As Integer _
) As Integer
[C#]
int GetChars(
   int i,
   char[] buffer,
   int length,
   int bufferoffset,
   int fieldoffset
);
[C++]
int GetChars(
   int i,
   __wchar_t* buffer[],
   int length,
   int bufferoffset,
   int fieldoffset
) = 0;
[JScript]
function GetChars(
   i : int,
   buffer : Char[],
   length : int,
   bufferoffset : int,
   fieldoffset : int
) : int;

Parameters

i
[To be supplied.]
buffer
[To be supplied.]
length
[To be supplied.]
bufferoffset
[To be supplied.]
fieldoffset
[To be supplied.]

See Also

IDataRecord Interface | IDataRecord Members | System.Data Namespace