EntityStoreSchemaFilterObjectTypes Enum

Definition

Specifies the store object type to apply the schema filter to.

This enumeration supports a bitwise combination of its member values.

public enum class EntityStoreSchemaFilterObjectTypes
[System.Flags]
public enum EntityStoreSchemaFilterObjectTypes
[<System.Flags>]
type EntityStoreSchemaFilterObjectTypes = 
Public Enum EntityStoreSchemaFilterObjectTypes
Inheritance
EntityStoreSchemaFilterObjectTypes
Attributes

Fields

All 7

Apply the filter to all object types.

Function 4

Apply this filter to function object types.

None 0

Initial value. This is not a valid value to apply.

Table 1

Apply the filter to table object types.

View 2

Apply the filter to view object types.

Remarks

The EntityStoreSchemaFilterObjectTypes enumeration is used with the EntityStoreSchemaFilterEntry class to allow or exclude particular database objects during generation.

Applies to