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 CUBRIDConnectionStringBuilder class
Namespace: CUBRID.Data.CUBRIDClientAssembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
Syntax
| C# |
|---|
public CUBRIDConnectionStringBuilder( string server, string database, string user, string password ) |
| Visual Basic |
|---|
Public Sub New ( _ server As String, _ database As String, _ user As String, _ password As String _ ) |
Parameters
- server
- Type: System..::..String
- database
- Type: System..::..String
- user
- Type: System..::..String
- password
- Type: System..::..String