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)
Assembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
Syntax
| C# |
|---|
public int LOBWrite( byte[] packedLobHandle, long offset, byte[] buf, int start, int len ) |
| Visual Basic |
|---|
Public Function LOBWrite ( _ packedLobHandle As Byte(), _ offset As Long, _ buf As Byte(), _ start As Integer, _ len As Integer _ ) As Integer |
Parameters
- packedLobHandle
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..Int64
- buf
- Type: array<System..::..Byte>[]()[][]
- start
- Type: System..::..Int32
- len
- Type: System..::..Int32