CUBRID ADO.NET Driver - 8.4.0.0
Assembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
Initializes a new instance of the CUBRIDClob class
Namespace: CUBRID.Data.CUBRIDClientAssembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
Syntax
| C# |
|---|
public CUBRIDClob( byte[] responseBuffer, int responseBufferCapacity, int readCursor, int size, CUBRIDConnection conn ) |
| Visual Basic |
|---|
Public Sub New ( _ responseBuffer As Byte(), _ responseBufferCapacity As Integer, _ readCursor As Integer, _ size As Integer, _ conn As CUBRIDConnection _ ) |
Parameters
- responseBuffer
- Type: array<System..::..Byte>[]()[][]
- responseBufferCapacity
- Type: System..::..Int32
- readCursor
- Type: System..::..Int32
- size
- Type: System..::..Int32