Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDeleteForeignKeyForeignColumnBuilder

    Builds a Delete expression.

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

    Methods

    View Source

    ForeignColumn(String)

    Specifies the foreign column.

    Declaration
    IDeleteForeignKeyToTableBuilder ForeignColumn(string column)
    Parameters
    Type Name Description
    System.String column
    Returns
    Type Description
    IDeleteForeignKeyToTableBuilder
    View Source

    ForeignColumns(String[])

    Specifies the foreign columns.

    Declaration
    IDeleteForeignKeyToTableBuilder ForeignColumns(params string[] columns)
    Parameters
    Type Name Description
    System.String[] columns
    Returns
    Type Description
    IDeleteForeignKeyToTableBuilder
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ForeignColumn(String)
      • ForeignColumns(String[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX