Class DeleteForeignKeyExpression
Expression to delete a foreign key
Inherited Members
Namespace: FluentMigrator.Expressions
Assembly: FluentMigrator.Abstractions.dll
Syntax
public class DeleteForeignKeyExpression : MigrationExpressionBase, IMigrationExpression, ICanBeValidated, IForeignKeyExpression, IValidatableObject
Properties
| Edit this page View SourceForeignKey
Gets the foreign key definition
Declaration
public virtual ForeignKeyDefinition ForeignKey { get; set; }
Property Value
Type | Description |
---|---|
ForeignKeyDefinition |
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 SourceReverse()
Create a reversing migration expression
Declaration
public override IMigrationExpression Reverse()
Returns
Type | Description |
---|---|
IMigrationExpression | The reversing migration expression |
Overrides
| Edit this page View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
| Edit this page View SourceValidate(ValidationContext)
Declaration
public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
Parameters
Type | Name | Description |
---|---|---|
ValidationContext | validationContext |
Returns
Type | Description |
---|---|
IEnumerable<ValidationResult> |