SQLProvider

SqlItemOrColumn Type

Represents either a database column or a constant value in SQL expressions.

Union cases

Union case Description

SqlCol(string, SqlColumnType)

Full Usage: SqlCol(string, SqlColumnType)

Parameters:

A database column with table alias and column type

Item1 : string
Item2 : SqlColumnType

SqlConstant obj

Full Usage: SqlConstant obj

Parameters:
    Item : obj

A constant value to be used in SQL expressions

Item : obj

Instance members

Instance member Description

this.IsSqlCol

Full Usage: this.IsSqlCol

Returns: bool
Returns: bool

this.IsSqlConstant

Full Usage: this.IsSqlConstant

Returns: bool
Returns: bool

Type something to start searching.