Click or drag to resize

AdoDataConnection Constructor

Overload List
  Name Description
Public method AdoDataConnection(String) Creates and opens a new AdoDataConnection based on connection settings in configuration file.
Public method AdoDataConnection(String, String) Creates and opens a new AdoDataConnection from specified connectionString and dataProviderString.
Public method AdoDataConnection(IDbConnection, Type, Boolean) Creates a new AdoDataConnection from specified connection and adapterType.
Public method AdoDataConnection(String, Type, Type) Creates and opens a new AdoDataConnection from specified connectionString, connectionType, and adapterType.
Top
See Also