HierarchicalSelectOptions - класс Члены Смотри также Terrasoft.Core.DB - пространство имен : HierarchicalSelectOptions - класс C#
Glossary Item Box
public class HierarchicalSelectOptions
Тип HierarchicalSelectOptions предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | HierarchicalSelectOptions | Перегружен. |
Имя | Описание | |
---|---|---|
![]() | CommonTableExpressionName | Name of the common table expression of the hierarchical query. |
![]() | CreateCommonTableExpression | Determines whether a common table expression will be created for this hierarchical query. |
![]() | HasStartingPrimaryColumnCondition | Determines whether the query has a condition for specifying the start record in hierarchy. |
![]() | IncludeLevelColumn | Determines whether the query will return a column with the number of record's hierarchical level. |
![]() | IsDistinct | Determines whether the query returns only unique records. |
![]() | LevelColumnAlias | Alias of the column with the number of record's hierarchical level. |
![]() | MaxDepthParameter | Maximum level of the nested hierarchy |
![]() | ParentColumnName | Name of the parent column. |
![]() | PrimaryColumnName | Name of the column that represents the primary key. |
![]() | SelectType | The type of the hierarchical query. |
![]() | StartingPrimaryColumnCondition | Condition by the primary column that determines the start record in hierarchy. |
System.Object
Terrasoft.Core.DB.HierarchicalSelectOptions