Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeleteDefaultConstraintExpression

    Inheritance
    System.Object
    MigrationExpressionBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.Expressions
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class DeleteDefaultConstraintExpression : MigrationExpressionBase, IMigrationExpression

    Constructors

    View Source

    DeleteDefaultConstraintExpression(IMigrationContext)

    Declaration
    public DeleteDefaultConstraintExpression(IMigrationContext context)
    Parameters
    Type Name Description
    IMigrationContext context

    Properties

    View Source

    ColumnName

    Declaration
    public virtual string ColumnName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ConstraintName

    Declaration
    public virtual string ConstraintName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    HasDefaultConstraint

    Declaration
    public virtual bool HasDefaultConstraint { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    TableName

    Declaration
    public virtual string TableName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    View Source

    GetSql()

    Declaration
    protected override string GetSql()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DeleteDefaultConstraintExpression(IMigrationContext)
    • Properties
      • ColumnName
      • ConstraintName
      • HasDefaultConstraint
      • TableName
    • Methods
      • GetSql()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX