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