DbmsNativeSql Constructor |
Initializes a new instance of the DbmsKeywords class.
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax public DbmsNativeSql(
Dbms dbms
)
Public Sub New (
dbms As Dbms
)
Parameters
- dbms
- Type: WorkflowGen.My.DataDbms
A DBMS to retrieve the native SQL functions from
See Also