System.Data.Generic
ConnectionStringBuilder Constructor (String, String) |
Returns a new instance of the ConnectionStringBuilder class.
Namespace: System.Data.Generic
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)

public ConnectionStringBuilder( string server, string database )
Public Sub New ( server As String, database As String )
public: ConnectionStringBuilder( String^ server, String^ database )
new : server : string * database : string -> ConnectionStringBuilder
Parameters
- server
- Type: SystemString
Server address of the connection. - database
- Type: SystemString
Database of the connection.
