EntityStoreSchemaFilterObjectTypes Enumeration
.NET Framework (current version)
Specifies the store object type to apply the schema filter to.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Data.Entity.Design (in System.Data.Entity.Design.dll)
| Member name | Description | |
|---|---|---|
| All | Apply the filter to all object types. | |
| Function | Apply this filter to function object types. | |
| None | Initial value. This is not a valid value to apply. | |
| Table | Apply the filter to table object types. | |
| View | Apply the filter to view object types. |
The EntityStoreSchemaFilterObjectTypes enumeration is used with the EntityStoreSchemaFilterEntry class to allow or exclude particular database objects during generation.
.NET Framework
Available since 3.5
Available since 3.5
Show: