Class DeleteForeignKeyExpression
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class DeleteForeignKeyExpression : MigrationExpressionBase, IMigrationExpression
Constructors
DeleteForeignKeyExpression(IMigrationContext)
Declaration
public DeleteForeignKeyExpression(IMigrationContext context)
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 |
|