DBExecution Constructor (String, String)DataBaseExecutors
Constructor from connection's dbtype and connection string.

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

[ObsoleteAttribute("Please use New(ByVal conName As String)")]
public DBExecution(
	string dbtype,
	string str
)

Parameters

dbtype
Type: System String

[Missing <param name="dbtype"/> documentation for "M:DataBaseExecutors.DBExecution.#ctor(System.String,System.String)"]

str
Type: System String

[Missing <param name="str"/> documentation for "M:DataBaseExecutors.DBExecution.#ctor(System.String,System.String)"]

See Also