Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDeleteForeignKeyPrimaryColumnBuilder

    Builds a Delete expression.

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

    Methods

    View Source

    PrimaryColumn(string)

    Specifies the target primary column.

    Declaration
    IExecutableBuilder PrimaryColumn(string column)
    Parameters
    Type Name Description
    string column
    Returns
    Type Description
    IExecutableBuilder
    View Source

    PrimaryColumns(params string[])

    Specifies the target primary columns.

    Declaration
    IExecutableBuilder PrimaryColumns(params string[] columns)
    Parameters
    Type Name Description
    string[] columns
    Returns
    Type Description
    IExecutableBuilder
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX