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: 2.4.0.0 (2.4.0.0)
Syntax
public class DbmsNativeSql

The DbmsNativeSql type exposes the following members.

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