Class InsertBuilder
Implements IInsert
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Insert
Assembly: Umbraco.Infrastructure.dll
Syntax
public class InsertBuilder : IInsertBuilder, IFluentBuilder
Constructors
View SourceInsertBuilder(IMigrationContext)
Declaration
public InsertBuilder(IMigrationContext context)
Parameters
Type | Name | Description |
---|---|---|
IMigration |
context |
Methods
View SourceIntoTable(String)
Specifies the table to insert into.
Declaration
public IInsertIntoBuilder IntoTable(string tableName)
Parameters
Type | Name | Description |
---|---|---|
System. |
tableName |
Returns
Type | Description |
---|---|
IInsert |