EntityStoreSchemaFilterEntry Class

Definition

Represents a single filter entry. The filter is used to allow or exclude particular database objects during generation.

public ref class EntityStoreSchemaFilterEntry
public class EntityStoreSchemaFilterEntry
type EntityStoreSchemaFilterEntry = class
Public Class EntityStoreSchemaFilterEntry
Inheritance
EntityStoreSchemaFilterEntry

Constructors

EntityStoreSchemaFilterEntry(String, String, String)

Initializes a new instance of the EntityStoreSchemaFilterEntry class with the specified catalog, schema, and name filters.

EntityStoreSchemaFilterEntry(String, String, String, EntityStoreSchemaFilterObjectTypes, EntityStoreSchemaFilterEffect)

Initializes a new instance of the EntityStoreSchemaFilterEntry class the specified catalog, schema, name, and type filters, and filter effect setting.

Properties

Catalog

Gets the pattern that will be used to select the appropriate catalog.

Effect

Gets the effect that this filter has on results.

Name

Gets the pattern that will be used to select the appropriate name.

Schema

Gets the pattern that will be used to select the appropriate schema.

Types

Gets the types of objects that this filter applies to.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also