Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDeleteForeignKeyFromTableBuilder

    Builds a Delete expression.

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

    Methods

    View Source

    FromTable(string)

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

    Declaration
    IDeleteForeignKeyForeignColumnBuilder FromTable(string foreignTableName)
    Parameters
    Type Name Description
    string foreignTableName

    The name of the table containing the foreign key to be deleted.

    Returns
    Type Description
    IDeleteForeignKeyForeignColumnBuilder

    An IDeleteForeignKeyForeignColumnBuilder to specify the foreign column.

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