Interface IInsertBuilder
Builds an Insert expression.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Insert
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IInsertBuilder : IFluentBuilder
Methods
View SourceIntoTable(String)
Specifies the table to insert into.
Declaration
IInsertIntoBuilder IntoTable(string tableName)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName |
Returns
Type | Description |
---|---|
IInsertIntoBuilder |