View Source
Class DeleteConstraintExpression
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class DeleteConstraintExpression : MigrationExpressionBase, IMigrationExpression
Constructors
View Source
DeleteConstraintExpression(IMigrationContext, ConstraintType)
Declaration
public DeleteConstraintExpression(IMigrationContext context, ConstraintType type)
Parameters
Properties
View Source
Constraint
Declaration
public ConstraintDefinition Constraint { get; }
Property Value
Methods
View Source
GetSql()
Declaration
protected override string GetSql()
Returns
Type |
Description |
System.String |
|