This topic has not yet been rated - Rate this topic

EntityStoreSchemaFilterObjectTypes Enumeration

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.

Namespace:  System.Data.Entity.Design
Assembly:  System.Data.Entity.Design (in System.Data.Entity.Design.dll)
[FlagsAttribute]
public enum EntityStoreSchemaFilterObjectTypes
Member name Description
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.
Function Apply this filter to function object types.
All Apply the filter to all object types.

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

.NET Framework

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ