Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeleteForeignKeyExpression

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

    Constructors

    View Source

    DeleteForeignKeyExpression(IMigrationContext)

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

    Properties

    View Source

    ForeignKey

    Declaration
    public ForeignKeyDefinition ForeignKey { get; set; }
    Property Value
    Type Description
    ForeignKeyDefinition

    Methods

    View Source

    GetSql()

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