Constructor from connection's dbtype and connection string.
Namespace: DataBaseExecutorsAssembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
[ObsoleteAttribute("Please use New(ByVal conName As String)")]
public DBExecution(
string dbtype,
string str
)
[ObsoleteAttribute("Please use New(ByVal conName As String)")]
public DBExecution(
string dbtype,
string str
)
<ObsoleteAttribute("Please use New(ByVal conName As String)")>
Public Sub New (
dbtype As String,
str As String
)
<ObsoleteAttribute("Please use New(ByVal conName As String)")>
Public Sub New (
dbtype As String,
str As String
)
public:
[ObsoleteAttribute(L"Please use New(ByVal conName As String)")]
DBExecution(
String^ dbtype,
String^ str
)
public:
[ObsoleteAttribute(L"Please use New(ByVal conName As String)")]
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)"]