INavigableItemBuildSet Interface
Describes parameters for a set of navigable items that are built together.
This API is not CLS-compliant.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | Query | Gets the enumerator query that is used when producing items. |
![]() | QueryProvider | Gets the query provider (NavigableItemBuilder) that is used to produce items within the set. |
| Name | Description | |
|---|---|---|
![]() | AddField(String^) | Adds a field to the build set. |
![]() | FieldIncluded(String^) | Tests whether the specified field is included for the items within the build set. |
![]() | FieldSupported(String^) | Tests whether the specified field is supported for the items within the build set. |
![]() | GetMissingFields(IList<String^>^) | Determines the list of the fields that are supported but not included for the items within the build set. |
Show:

