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 CUBRIDDataAdapter class
Namespace: CUBRID.Data.CUBRIDClientAssembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
Syntax
| C# |
|---|
public CUBRIDDataAdapter( string selectCommandText, CUBRIDConnection connection ) |
| Visual Basic |
|---|
Public Sub New ( _ selectCommandText As String, _ connection As CUBRIDConnection _ ) |
Parameters
- selectCommandText
- Type: System..::..String
- connection
- Type: CUBRID.Data.CUBRIDClient..::..CUBRIDConnection