C# Class MigSharp.Core.Commands.CallCommand

Inheritance: Command, ITranslatableCommand
Mostrar archivo Open project: dradovic/MigSharp Class Usage Examples

Public Methods

Method Description
CallCommand ( Command parent, Action action ) : System
ToSql ( IProvider provider, IMigrationContext context ) : IEnumerable

Method Details

CallCommand() public method

public CallCommand ( Command parent, Action action ) : System
parent Command
action Action
return System

ToSql() public method

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