C# Class MigSharp.Core.Commands.CustomQueryCommand

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

Public Methods

Method Description
CustomQueryCommand ( MigSharp.Core.Commands.MigrateCommand parent, string query ) : System.Collections.Generic
ToSql ( IProvider provider, IMigrationContext context ) : IEnumerable

Method Details

CustomQueryCommand() public method

public CustomQueryCommand ( MigSharp.Core.Commands.MigrateCommand parent, string query ) : System.Collections.Generic
parent MigSharp.Core.Commands.MigrateCommand
query string
return System.Collections.Generic

ToSql() public method

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