Click or drag to resize

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.6.0.0 (4.6.0.0)
Syntax
public static Dbms GetDbmsFromProvider(
	string providerName,
	string connectionString
)

Parameters

providerName
Type: SystemString
The name of the provider
connectionString
Type: SystemString
The full connection string

Return Value

Type: Dbms
The DBMS corresponding to the given parameters
See Also