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 |
|---|---|---|
| string | tableName |
Returns
| Type | Description |
|---|---|
| ICreateConstraintColumnsBuilder |