DbmsNativeSqlGetDbmsFromProvider Method |
Retrieve the DBMS accroding to a provider name and/or a connection string
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.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