Class DefaultQuerySqlGenerator.OrderBy
Class which has information about order statement.
Inheritance
System.Object
DefaultQuerySqlGenerator.OrderBy
Namespace: Kros.KORM.Query.Sql
Assembly: Kros.KORM.dll
Syntax
protected class OrderBy
Properties
ColumnaName
Gets or sets the name of the columna.
Declaration
public string ColumnaName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the type.
Declaration
public DefaultQuerySqlGenerator.OrderType Type { get; set; }
Property Value
Type | Description |
---|---|
DefaultQuerySqlGenerator.OrderType |