Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ICreateConstraintOnTableBuilder

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.Constraint
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface ICreateConstraintOnTableBuilder : IFluentBuilder

    Methods

    View Source

    OnTable(String)

    Specifies the table name.

    Declaration
    ICreateConstraintColumnsBuilder OnTable(string tableName)
    Parameters
    Type Name Description
    System.String tableName
    Returns
    Type Description
    ICreateConstraintColumnsBuilder
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • OnTable(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX