CUBRID ADO.NET Driver - 8.4.0.0 Namespace: CUBRID.Data.CUBRIDClient
Assembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
IDataRecord..::..GetChars(Int32, Int64, array<Char>[]()[][], Int32, Int32)
Assembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
Syntax
| C# |
|---|
public override long GetChars( int ordinal, long dataOffset, char[] buffer, int bufferOffset, int length ) |
| Visual Basic |
|---|
Public Overrides Function GetChars ( _ ordinal As Integer, _ dataOffset As Long, _ buffer As Char(), _ bufferOffset As Integer, _ length As Integer _ ) As Long |
Parameters
- ordinal
- Type: System..::..Int32
- dataOffset
- Type: System..::..Int64
- buffer
- Type: array<System..::..Char>[]()[][]
- bufferOffset
- Type: System..::..Int32
- length
- Type: System..::..Int32
Implements
IDataRecord..::..GetChars(Int32, Int64, array<Char>[]()[][], Int32, Int32)IDataRecord..::..GetChars(Int32, Int64, array<Char>[]()[][], Int32, Int32)