Class CreateForeignKeyExpression
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class CreateForeignKeyExpression : MigrationExpressionBase, IMigrationExpression
Constructors
CreateForeignKeyExpression(IMigrationContext)
Declaration
public CreateForeignKeyExpression(IMigrationContext context)
Parameters
CreateForeignKeyExpression(IMigrationContext, ForeignKeyDefinition)
Declaration
public CreateForeignKeyExpression(IMigrationContext context, ForeignKeyDefinition fkDef)
Parameters
Properties
ForeignKey
Declaration
public ForeignKeyDefinition ForeignKey { get; set; }
Property Value
Type |
Description |
ForeignKeyDefinition |
|
Methods
GetSql()
Declaration
protected override string GetSql()
Returns
Type |
Description |
System.String |
|