Class | Description | |
---|---|---|
EntityFilter | Represents an entity filter that is used to exclude database objects based on some predefined criteria. | |
EntityFilterCollection | Represents a collection of EntityFilter elements. | |
EntityFilterCondition | Represents a filter condition. | |
EntityFilterConditionCollection | Represents a collection of EntityFilterCondition elements. | |
EntityFilterGroup | Represents a group of filter conditions combined with an operator. | |
EntityFilterGroupCollection | Represents a collection of EntityFilterGroup elements. | |
EntityFilterManager | Provides access to the entity filters. | |
EntityNameFilterCondition | Represents a filter condition that is evaluated against the name of an object. | |
EntitySchemaFilterCondition | Represents a filter condition that is evaluated against the schema of an object. |
Interface | Description | |
---|---|---|
IEntityFilterEvaluator | The interface that is implemented by an entity filter object. |
Enumeration | Description | |
---|---|---|
EntityFilterConditionTypeEnum | Defines the condition types for an entity filter. | |
EntityFilterExclusionTypeEnum | Defines constants that determine the type of exclusion in relation to dependencies that should be applied by entity filters in the database. | |
EntityFilterOperatorEnum | Defines the operators for an entity filter. |