Class DeleteDefaultConstraintExpression
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class DeleteDefaultConstraintExpression : MigrationExpressionBase, IMigrationExpression
Constructors
DeleteDefaultConstraintExpression(IMigrationContext)
Declaration
public DeleteDefaultConstraintExpression(IMigrationContext context)
Parameters
Properties
ColumnName
Declaration
public virtual string ColumnName { get; set; }
Property Value
Type |
Description |
System.String |
|
ConstraintName
Declaration
public virtual string ConstraintName { get; set; }
Property Value
Type |
Description |
System.String |
|
HasDefaultConstraint
Declaration
public virtual bool HasDefaultConstraint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TableName
Declaration
public virtual string TableName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetSql()
Declaration
protected override string GetSql()
Returns
Type |
Description |
System.String |
|