Interface IInsertExpressionRoot
The root of the INSERT expression
Namespace: FluentMigrator.Builders.Insert
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IInsertExpressionRoot
Methods
| Edit this page View SourceIntoTable(string)
Specify the table name to insert data to
Declaration
IInsertDataOrInSchemaSyntax IntoTable(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tableName | The table name |
Returns
| Type | Description |
|---|---|
| IInsertDataOrInSchemaSyntax | The next step |