Interface ICreateConstraintOnTableBuilder
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.Constraint
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface ICreateConstraintOnTableBuilder : IFluentBuilder
Methods
View SourceOnTable(String)
Specifies the table name.
Declaration
ICreateConstraintColumnsBuilder OnTable(string tableName)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName |
Returns
Type | Description |
---|---|
ICreateConstraintColumnsBuilder |