Class TypeFilterOptions
Type filtering options
Inherited Members
Namespace: FluentMigrator.Runner.Initialization
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public class TypeFilterOptions
Properties
| Edit this page View SourceNamespace
Gets or sets the root namespace for filtering
Declaration
public string Namespace { get; set; }
Property Value
Type | Description |
---|---|
string |
NestedNamespaces
Gets or sets the value indicating whether all sub-namespaces should be included
Declaration
public bool NestedNamespaces { get; set; }
Property Value
Type | Description |
---|---|
bool |