Click or drag to resize
IDbFactory Interface

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

[Missing <summary> documentation for "T:Netadmin.Core.IDbFactory"]

Namespace: Netadmin.Core
Assembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IDbFactory

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