Edit

Share via


EntityStoreSchemaFilterEffect Enum

Definition

Specifies whether to allow or exclude database objects that match the pattern specified in the EntityStoreSchemaFilterEntry.

public enum class EntityStoreSchemaFilterEffect
public enum EntityStoreSchemaFilterEffect
type EntityStoreSchemaFilterEffect = 
Public Enum EntityStoreSchemaFilterEffect
Inheritance
EntityStoreSchemaFilterEffect

Fields

Allow 0

Allow the entries that match the specified pattern.

Exclude 1

Exclude the entries that match the specified pattern.

Remarks

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

Applies to