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
    System.String column
    Returns
    Type Description
    IExecutableBuilder
    View Source

    PrimaryColumns(String[])

    Specifies the target primary columns.

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