C# Class MigSharp.Core.Commands.CreateSchemaCommand

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

Public Methods

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

Method Details

CreateSchemaCommand() public method

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

ToSql() public method

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