Interface IInsertExpressionRoot
Namespace: FluentMigrator.Builders.Insert
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IInsertExpressionRoot
  Methods
IntoTable(string)
Declaration
IInsertDataOrInSchemaSyntax IntoTable(string tableName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | tableName | 
Returns
| Type | Description | 
|---|---|
| IInsertDataOrInSchemaSyntax |