Search Results for

    Show / Hide Table of Contents

    Interface IDeleteForeignKeyToTableBuilder

    Builds a Delete expression.

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

    Methods

    ToTable(String)

    Specifies the target table of the foreign key.

    Declaration
    IDeleteForeignKeyPrimaryColumnBuilder ToTable(string table)
    Parameters
    Type Name Description
    System.String table
    Returns
    Type Description
    IDeleteForeignKeyPrimaryColumnBuilder
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX