Click or drag to resize

DbmsNativeSql Class

Exposes a set of enumMembers which encapsulates DBMS specific statements management
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.DataDbmsNativeSql

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public class DbmsNativeSql

The DbmsNativeSql type exposes the following members.

Constructors
  NameDescription
Public methodDbmsNativeSql
Initializes a new instance of the DbmsKeywords class.
Top
Properties
  NameDescription
Public propertyConcatenate
Concatenation operator
Top
Methods
  NameDescription
Public methodEncloseReservedKeyword
Pattern used to enclose reserved keywords
Public methodFormatDateTime(DateTime)
Pattern used to build datetime conversion function
Public methodStatic memberFormatDateTime(String, DateTime)
Pattern used to build datetime conversion function
Public methodStatic memberGetDbmsFromProvider
Retrieve the DBMS according to a provider name and/or a connection string
Public methodUpperCase
Pattern used to build upper-case function
Top
See Also