Class TypeFilterOptions
Type filtering options
Namespace: FluentMigrator.Runner.Initialization
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public class TypeFilterOptions : object
Properties
| Improve this Doc 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 |
---|---|
Boolean |