IDbFactoryCreateConnection Method |
[This is preliminary documentation and is subject to change.]
Name | Description | ||
---|---|---|---|
![]() | DbConnection | CreateConnection |
Creates a connection without ConnectionString
|
![]() | DbConnection | CreateConnection(String) |
Creates a connection using the ConnectionString matching specified name
|
![]() | DbConnection | CreateConnection(ConnectionDatabase, ConnectionPrivilege) |
Creates a connection to the specified database, with the specific privilege
|