C# Class MigSharp.Core.Commands.AlterTableCommand

Inheritance: Command
Afficher le fichier Open project: dradovic/MigSharp Class Usage Examples

Méthodes publiques

Méthode Description
AlterTableCommand ( AlterSchemaCommand parent, string tableName )
AlterTableCommand ( MigSharp.Core.Commands.MigrateCommand parent, string tableName )

Method Details

AlterTableCommand() public méthode

public AlterTableCommand ( AlterSchemaCommand parent, string tableName )
parent AlterSchemaCommand
tableName string

AlterTableCommand() public méthode

public AlterTableCommand ( MigSharp.Core.Commands.MigrateCommand parent, string tableName )
parent MigSharp.Core.Commands.MigrateCommand
tableName string