[]
Generates a list of properties based on hierarchy attribute conditions and property values.
public static List<string> GenerateHierarchyList(IExpression attribute, object propertyValue, string propertyName, string keyword, List<string> hierarchy = null)
| Type | Name | Description |
|---|---|---|
| IExpression | attribute | Hierarchy attribute expression. |
| object | propertyValue | Value of the property. |
| string | propertyName | Name of the property. |
| string | keyword | Keyword representing the connection string property. |
| List<string> | hierarchy | List of properties with hierarchy attributes. |
| Type | Description |
|---|---|
| List<string> | List of properties with hierarchy attributes. |