OracleDataReader.GetChars Method
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
public override long GetChars ( int i, long fieldOffset, char[] buffer2, int bufferoffset, int length )
public long GetChars ( int i, long fieldOffset, char[] buffer2, int bufferoffset, int length )
public override function GetChars ( i : int, fieldOffset : long, buffer2 : char[], bufferoffset : int, length : int ) : long
Parameters
- i
The zero-based column ordinal.
- fieldOffset
The index within the row where the read operation is to begin.
- buffer2
The buffer into which to copy data.
- bufferoffset
The index where buffer is to begin the write operation.
- length
The number of characters to read.
Return Value
The actual number of characters read.GetChars returns the number of available characters in the field. In most cases this is the exact length of the field. However, the number returned may be less than the true length of the field if GetChars has already been used to obtain characters from the field. This may be the case, for example, if the OracleDataReader is reading a large data structure into a buffer. For more information, see the SequentialAccess setting of CommandBehavior.
If you pass a buffer that is a null value. GetChars returns the length of the field in characters.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.