SqlQuerySelectBase
Namespace: TagBites.Sql
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public abstract class SqlQuerySelectBase : TagBites.Sql.SqlQueryBaseInheritance: object → SqlQueryBase → SqlQuerySelectBase
Derived:
Constructors
Section titled “Constructors”SqlQuerySelectBase()
Section titled “SqlQuerySelectBase()”protected SqlQuerySelectBase()Properties
Section titled “Properties”public int? Limit { get; set; }Property Value
Section titled “Property Value”int?
Offset
Section titled “Offset”public int? Offset { get; set; }Property Value
Section titled “Property Value”int?
OrderBy
Section titled “OrderBy”public SqlClauseOrderBy OrderBy { get; }Property Value
Section titled “Property Value”public SqlClauseUnion Union { get; }