Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ICreateForeignKeyPrimaryColumnBuilder

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.ForeignKey
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface ICreateForeignKeyPrimaryColumnBuilder : IFluentBuilder

    Methods

    View Source

    PrimaryColumn(string)

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

    PrimaryColumns(params string[])

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