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..::..GetBytes(Int32, Int64, array<Byte>[]()[][], Int32, Int32)
Assembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
Syntax
| C# |
|---|
public override long GetBytes( int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length ) |
| Visual Basic |
|---|
Public Overrides Function GetBytes ( _ ordinal As Integer, _ dataOffset As Long, _ buffer As Byte(), _ bufferOffset As Integer, _ length As Integer _ ) As Long |
Parameters
- ordinal
- Type: System..::..Int32
- dataOffset
- Type: System..::..Int64
- buffer
- Type: array<System..::..Byte>[]()[][]
- bufferOffset
- Type: System..::..Int32
- length
- Type: System..::..Int32
Implements
IDataRecord..::..GetBytes(Int32, Int64, array<Byte>[]()[][], Int32, Int32)IDataRecord..::..GetBytes(Int32, Int64, array<Byte>[]()[][], Int32, Int32)