MySqlDataReader.GetChars Method


Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.

Syntax: Visual Basic

NotOverridable Public Function GetChars( _
 ByVal i As Integer, _
 ByVal fieldOffset As Long, _
 ByVal buffer As Char(), _
 ByVal bufferoffset As Integer, _
 ByVal length As Integer _
) As Long _
_
 Implements IDataRecord.GetChars

Syntax: C#

public long GetChars(
inti,
longfieldOffset,
char[]buffer,
intbufferoffset,
intlength
);

Parameters

Return Value

Implements

IDataRecord.GetChars

See Also

MySqlDataReader Class, MySql.Data.MySqlClient Namespace

Retornar