EntityStoreSchemaFilterEntry.Types Property

Definition

Gets the types of objects that this filter applies to.

public:
 property System::Data::Entity::Design::EntityStoreSchemaFilterObjectTypes Types { System::Data::Entity::Design::EntityStoreSchemaFilterObjectTypes get(); };
public System.Data.Entity.Design.EntityStoreSchemaFilterObjectTypes Types { get; }
member this.Types : System.Data.Entity.Design.EntityStoreSchemaFilterObjectTypes
Public ReadOnly Property Types As EntityStoreSchemaFilterObjectTypes

Property Value

An EntityStoreSchemaFilterObjectTypes value indicating the types of objects to apply to the filter to.

Applies to