Class BaseTableQuery.Ordering
Inherited Members
Namespace: Unity.VisualScripting .Dependencies.Sqlite
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
protected class BaseTableQuery.Ordering
Properties
Ascending
Declaration
public bool Ascending { get; set; }
Property Value
Type | Description |
---|---|
bool |
ColumnName
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
string |