SqlDialect class

Represents some dialect of SQL syntax (like Oracle, MySQL, ANSI 92, etc)

public class Korzh.EasyQuery.Db.SqlDialect
    : SqlFormats

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Db.dll

Constructors

Name Type Description
SqlDialect() void

Properties

Name Type Description
Name string Gets or sets the name.

Methods

Name Type Description
ToString() string Returns a System.String that represents this instance.