Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDeleteForeignKeyToTableBuilder

    Builds a Delete expression.

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

    Methods

    View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ToTable(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX