EntityStoreSchemaFilterEntry Construtores
Definição
Inicializa uma nova instância da classe EntityStoreSchemaFilterEntry.Initializes a new instance of the EntityStoreSchemaFilterEntry class.
Sobrecargas
| EntityStoreSchemaFilterEntry(String, String, String) |
Inicializa uma nova instância da classe EntityStoreSchemaFilterEntry com o catálogo, esquema e filtros de nome especificados.Initializes a new instance of the EntityStoreSchemaFilterEntry class with the specified catalog, schema, and name filters. |
| EntityStoreSchemaFilterEntry(String, String, String, EntityStoreSchemaFilterObjectTypes, EntityStoreSchemaFilterEffect) |
Inicializa uma nova instância da classe EntityStoreSchemaFilterEntry. O catálogo especificado, esquema, nome, filtros de tipo e filtro afetam a configuração.Initializes a new instance of the EntityStoreSchemaFilterEntry class the specified catalog, schema, name, and type filters, and filter effect setting. |
EntityStoreSchemaFilterEntry(String, String, String)
Inicializa uma nova instância da classe EntityStoreSchemaFilterEntry com o catálogo, esquema e filtros de nome especificados.Initializes a new instance of the EntityStoreSchemaFilterEntry class with the specified catalog, schema, and name filters.
public:
EntityStoreSchemaFilterEntry(System::String ^ catalog, System::String ^ schema, System::String ^ name);
public EntityStoreSchemaFilterEntry (string catalog, string schema, string name);
new System.Data.Entity.Design.EntityStoreSchemaFilterEntry : string * string * string -> System.Data.Entity.Design.EntityStoreSchemaFilterEntry
Public Sub New (catalog As String, schema As String, name As String)
Parâmetros
- catalog
- String
O padrão a ser usado para selecionar o catálogo apropriado.The pattern to use to select the appropriate catalog.
- schema
- String
O padrão a ser usado para selecionar o esquema apropriado ou nulo para não limitar por esquema.The pattern to use to select the appropriate schema or null to not limit by schema.
- name
- String
O padrão a ser usado para selecionar o nome apropriado ou nulo para não limitar por nome.The pattern to use to select the appropriate name or null to not limit by name.
Aplica-se a
EntityStoreSchemaFilterEntry(String, String, String, EntityStoreSchemaFilterObjectTypes, EntityStoreSchemaFilterEffect)
Inicializa uma nova instância da classe EntityStoreSchemaFilterEntry. O catálogo especificado, esquema, nome, filtros de tipo e filtro afetam a configuração.Initializes a new instance of the EntityStoreSchemaFilterEntry class the specified catalog, schema, name, and type filters, and filter effect setting.
public:
EntityStoreSchemaFilterEntry(System::String ^ catalog, System::String ^ schema, System::String ^ name, System::Data::Entity::Design::EntityStoreSchemaFilterObjectTypes types, System::Data::Entity::Design::EntityStoreSchemaFilterEffect effect);
public EntityStoreSchemaFilterEntry (string catalog, string schema, string name, System.Data.Entity.Design.EntityStoreSchemaFilterObjectTypes types, System.Data.Entity.Design.EntityStoreSchemaFilterEffect effect);
new System.Data.Entity.Design.EntityStoreSchemaFilterEntry : string * string * string * System.Data.Entity.Design.EntityStoreSchemaFilterObjectTypes * System.Data.Entity.Design.EntityStoreSchemaFilterEffect -> System.Data.Entity.Design.EntityStoreSchemaFilterEntry
Public Sub New (catalog As String, schema As String, name As String, types As EntityStoreSchemaFilterObjectTypes, effect As EntityStoreSchemaFilterEffect)
Parâmetros
- catalog
- String
O padrão a ser usado para selecionar o catálogo apropriado ou nulo para não limitar pelo catálogo.The pattern to use to select the appropriate catalog or null to not limit by catalog.
- schema
- String
O padrão a ser usado para selecionar o esquema apropriado ou nulo para não limitar por esquema.The pattern to use to select the appropriate schema or null to not limit by schema.
- name
- String
O padrão a ser usado para selecionar o nome apropriado ou nulo para não limitar por nome.The pattern to use to select the appropriate name or null to not limit by name.
O tipo de objetos a ser aplicado a esse filtro.The type of objects to apply this filter to.
Um valor EntityStoreSchemaFilterEffect que indica se as entradas que correspondem aos filtros especificados devem ser permitidos ou excluídos.An EntityStoreSchemaFilterEffect value indicating whether to allow or exclude entries that match the specified filters.