DbmsNativeSql Constructor |
Initializes a new instance of the DbmsKeywords class.
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
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