C# Class MigSharp.Core.Commands.TableCommand

Inheritance: Command
Mostrar archivo Open project: dradovic/MigSharp

Protected Methods

Method Description
TableCommand ( AlterSchemaCommand parent, string tableName )
TableCommand ( MigSharp.Core.Commands.MigrateCommand parent, string tableName )

Private Methods

Method Description
TableCommand ( Command parent, string tableName )

Method Details

TableCommand() protected method

protected TableCommand ( AlterSchemaCommand parent, string tableName )
parent AlterSchemaCommand
tableName string

TableCommand() protected method

protected TableCommand ( MigSharp.Core.Commands.MigrateCommand parent, string tableName )
parent MigSharp.Core.Commands.MigrateCommand
tableName string