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