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 source table of the foreign key.

    Declaration
    IDeleteForeignKeyForeignColumnBuilder FromTable(string foreignTableName)
    Parameters
    Type Name Description
    System.String foreignTableName
    Returns
    Type Description
    IDeleteForeignKeyForeignColumnBuilder
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • FromTable(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX