The following tables list the members exposed by HierarchicalSelectOptions.
Name | Description | |
---|---|---|
HierarchicalSelectOptions Constructor | Overloaded. |
Name | Description | |
---|---|---|
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 | Parent column name. | |
PrimaryColumnName | Primary key column name. | |
RootSourceAlias | Root table alias. Should be used for avoiding column name ambiguity. | |
SelectType | Hierarchical select type. | |
StartingPrimaryColumnCondition | Condition by the primary column that determines the start record in hierarchy. |