IDbFactory Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Core.IDbFactory"]
Namespace: Netadmin.Core
The IDbFactory type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | DbCommandBuilder | CreateCommandBuilder |
Creates a CommandBuilder matching the current ADO.NET driver
|
![]() | 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
|
![]() | DbDataAdapter | CreateDataAdapter |
Creates a DataAdapter matching the current ADO.NET driver
|
![]() | DbParameter | CreateParameter(String, Object) |
Creates a Parameter matching the current ADO.NET driver
|