Class CreateForeignKeyExpression
Inheritance
CreateForeignKeyExpression
Assembly: FluentMigrator.Abstractions.dll
Syntax
public class CreateForeignKeyExpression : MigrationExpressionBase, IMigrationExpression, ICanBeValidated, IForeignKeyExpression
Properties
ForeignKey
Gets the foreign key defintion
Declaration
public virtual ForeignKeyDefinition ForeignKey { get; set; }
Property Value
Methods
CollectValidationErrors(ICollection<string>)
Declaration
public override void CollectValidationErrors(ICollection<string> errors)
Parameters
Overrides
ExecuteWith(IMigrationProcessor)
Declaration
public override void ExecuteWith(IMigrationProcessor processor)
Parameters
Overrides
Reverse()
Declaration
public override IMigrationExpression Reverse()
Returns
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides
Implements
Extension Methods