DbmsNativeSqlGetDbmsFromProvider Method |
Retrieve the DBMS accroding to a provider name and/or a connection string
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax public static Dbms GetDbmsFromProvider(
string providerName,
string connectionString
)
Public Shared Function GetDbmsFromProvider (
providerName As String,
connectionString As String
) As Dbms
Parameters
- providerName
- Type: SystemString
The name of the provider - connectionString
- Type: SystemString
The full connection string
Return Value
Type:
DbmsThe DBMS corresponding to the given parameters
See Also