DbDataRecord.GetChars Method
Returns the value of the specified column as a character array.
Assembly: System.Data (in System.Data.dll)
public long GetChars( int i, long dataIndex, char[] buffer, int bufferIndex, int length )
Parameters
- i
- Type: System.Int32
Column ordinal.
- dataIndex
- Type: System.Int64
Buffer to copy data into.
- buffer
- Type: System.Char[]
Maximum length to copy into the buffer.
- bufferIndex
- Type: System.Int32
Point to start from within the buffer.
- length
- Type: System.Int32
Point to start from within the source data.
Implements
IDataRecord.GetChars(Int32, Int64, Char[], Int32, Int32)Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.