An indooGrid Documented Class Library

sqlDialect Class

Database specific SQL syntax information.

For a list of all members of this type, see sqlDialect Members.

System.Object
   sqlDialect

[Visual Basic]
Public Class sqlDialect
[C#]
public class sqlDialect

Remarks

Class should recognize database client if database is MySQL, MS SQL, Oracle, DB2(odbc) or MS Access(odbc). When no appropriate sqlDialect.type is available then set following properties manually: parameterQueryFormat major setting for correct build of sqls, limitMode major performance related setting, concatenation major security related setting

Requirements

Namespace: Indoo.Data

Assembly: indooGrid20 (in indooGrid20.dll)

See Also

sqlDialect Members | Indoo.Data Namespace