EntityStoreSchemaFilterEffect Enumeration
.NET Framework (current version)
Specifies whether to allow or exclude database objects that match the pattern specified in the EntityStoreSchemaFilterEntry.
Assembly: System.Data.Entity.Design (in System.Data.Entity.Design.dll)
| Member name | Description | |
|---|---|---|
| Allow | Allow the entries that match the specified pattern. | |
| Exclude | Exclude the entries that match the specified pattern. |
The EntityStoreSchemaFilterEffect 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: