| 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: 3.3.0.0 (3.3.0.0)
Syntaxpublic 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