Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDeleteForeignKeyOnTableBuilder

    Builds a Delete expression.

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.ForeignKey
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IDeleteForeignKeyOnTableBuilder : IFluentBuilder

    Methods

    View Source

    OnTable(string)

    Specifies the table from which the foreign key will be deleted.

    Declaration
    IExecutableBuilder OnTable(string foreignTableName)
    Parameters
    Type Name Description
    string foreignTableName

    The name of the table containing the foreign key to delete.

    Returns
    Type Description
    IExecutableBuilder

    An executable builder to continue the migration expression.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX