Skip to main content
Version: 8.1

EntitySchemaQueryOptions class

Level: advanced

The Terrasoft.Core.Entities namespace.

The Terrasoft.Core.Entities.EntitySchemaQueryOptions class configures entity schema queries.

note

View the entire list of methods and properties of the EntitySchemaQueryOptions class, its parent classes, as well as the interfaces it implements, in the .NET class library.

Constructors

EntitySchemaQueryOptions

Initializes a class instance. By default, the PageableRowCount property is set to 14 in the constructor.

Properties

PageableRowCount int

The number of page records in the resulting dataset that the query returns.

PageableDirection Terrasoft.Core.DB.PageableSelectDirection

The direction of paged output.

Available values (Terrasoft.Core.DB.PageableSelectDirection)

Prior

Previous page.

First

First page.

Current

Current page.

Next

Next page.

PageableConditionValues Dictionary<string, object>

The values of the paged output conditions.

HierarchicalMaxDepth int

The maximum nesting level of a hierarchical query.

HierarchicalColumnName string

The name of the column by which to build a hierarchical query.

HierarchicalColumnValue Guid

The hierarchical column's seed value from which to build the hierarchy.