Click or drag to resize
IDbFactory Methods

[This is preliminary documentation and is subject to change.]

The IDbFactory type exposes the following members.

Methods
  NameDescription
Public methodDbCommandBuilderCreateCommandBuilder
Creates a CommandBuilder matching the current ADO.NET driver
Public methodDbConnectionCreateConnection
Creates a connection without ConnectionString
Public methodDbConnectionCreateConnection(String)
Creates a connection using the ConnectionString matching specified name
Public methodDbConnectionCreateConnection(ConnectionDatabase, ConnectionPrivilege)
Creates a connection to the specified database, with the specific privilege
Public methodDbDataAdapterCreateDataAdapter
Creates a DataAdapter matching the current ADO.NET driver
Public methodDbParameterCreateParameter(String, Object)
Creates a Parameter matching the current ADO.NET driver
Top
See Also