Enum TagBehavior
The desired tag matching behavior
Namespace: FluentMigrator
Assembly: FluentMigrator.Abstractions.dll
Syntax
public enum TagBehavior
Fields
Name | Description |
---|---|
RequireAll | All tags must be matched |
RequireAny | Any tag must be matched |