Click or drag to resize

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.1.3.0 (8.1.3.20220620)
Syntax
public static Dbms GetDbmsFromProvider(
	string providerName
)

Parameters

providerName
Type: SystemString
The name of the provider

Return Value

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