Class CreateSequenceExpression
Expression to crate a sequence
Inherited Members
Namespace: FluentMigrator.Expressions
Assembly: FluentMigrator.Abstractions.dll
Syntax
public class CreateSequenceExpression : MigrationExpressionBase, IMigrationExpression, ICanBeValidated, ISequenceExpression, IValidationChildren
Properties
| Edit this page View SourceChildren
Gets the child objects
Declaration
public IEnumerable<object> Children { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<object> |
Sequence
Gets the sequence definition
Declaration
public virtual SequenceDefinition Sequence { get; set; }
Property Value
| Type | Description |
|---|---|
| SequenceDefinition |
Methods
| Edit this page View SourceExecuteWith(IMigrationProcessor)
Execute the expression with the given processor
Declaration
public override void ExecuteWith(IMigrationProcessor processor)
Parameters
| Type | Name | Description |
|---|---|---|
| IMigrationProcessor | processor | The processor to execute the expression with |
Overrides
| Edit this page View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |