SqlExp Type
Union cases
Union case | Description |
Full Usage:
AggregateOp(alias, SqlColumnType, SqlExp)
Parameters:
alias
Item2 : SqlColumnType
Item3 : SqlExp
|
|
|
|
|
|
Full Usage:
OrderBy(alias, SqlColumnType, bool, SqlExp)
Parameters:
alias
Item2 : SqlColumnType
Item3 : bool
Item4 : SqlExp
|
|
|
|
Full Usage:
SelectMany(alias, alias, SelectData, SqlExp)
Parameters:
alias
Item2 : alias
Item3 : SelectData
Item4 : SqlExp
|
|
|
|
|
|
Full Usage:
Union(UnionType, string, IDbDataParameter seq, SqlExp)
Parameters:
UnionType
Item2 : string
Item3 : IDbDataParameter seq
Item4 : SqlExp
|
|
Instance members
Instance member | Description |
Full Usage:
this.HasAutoTupled
Returns: bool
|
|
Full Usage:
this.IsAggregateOp
Returns: bool
|
|
Full Usage:
this.IsBaseTable
Returns: bool
|
|
Full Usage:
this.IsCount
Returns: bool
|
|
Full Usage:
this.IsDistinct
Returns: bool
|
|
Full Usage:
this.IsFilterClause
Returns: bool
|
|
Full Usage:
this.IsHavingClause
Returns: bool
|
|
Full Usage:
this.IsOrderBy
Returns: bool
|
|
Full Usage:
this.IsProjection
Returns: bool
|
|
Full Usage:
this.IsSelectMany
Returns: bool
|
|
Full Usage:
this.IsSkip
Returns: bool
|
|
Full Usage:
this.IsTake
Returns: bool
|
|
Full Usage:
this.IsUnion
Returns: bool
|
|
|
|
Full Usage:
this.hasSortBy ()
Returns: bool
|
|