Interface IAutoNameExpression
The expression requires an automatically generated name
Namespace: FluentMigrator.Expressions
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IAutoNameExpression
Properties
| Edit this page View SourceAutoNameContext
Gets or sets the context in which the automatically generated name gets used
Declaration
AutoNameContext AutoNameContext { get; }
Property Value
Type | Description |
---|---|
AutoNameContext |
AutoNames
Gets or sets the automatically generated names
Declaration
IList<string> AutoNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
DatabaseNames
Gets the database names
Declaration
IList<string> DatabaseNames { get; }
Property Value
Type | Description |
---|---|
IList<string> |
Direction
Gets the direction of the migration
Declaration
MigrationDirection Direction { get; }
Property Value
Type | Description |
---|---|
MigrationDirection |
MigrationType
Gets the type of the migration object
Declaration
Type MigrationType { get; }
Property Value
Type | Description |
---|---|
Type |