C# Class MigSharp.Core.Commands.RenameCommand

Inheritance: Command, ITranslatableCommand
显示文件 Open project: dradovic/MigSharp

Public Methods

Method Description
RenameCommand ( Command parent, string newName ) : System
ToSql ( IProvider provider, IMigrationContext context ) : IEnumerable

Method Details

RenameCommand() public method

public RenameCommand ( Command parent, string newName ) : System
parent Command
newName string
return System

ToSql() public method

public ToSql ( IProvider provider, IMigrationContext context ) : IEnumerable
provider IProvider
context IMigrationContext
return IEnumerable