C# Class MigSharp.Core.Commands.AlterColumnDefinitionCommand

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

Public Methods

Method Description
AlterColumnDefinitionCommand ( MigSharp.Core.Commands.AlterColumnCommand parent, DbType type, bool isNullable ) : System.Collections.Generic
ToSql ( IProvider provider, IMigrationContext context ) : IEnumerable

Method Details

AlterColumnDefinitionCommand() public method

public AlterColumnDefinitionCommand ( MigSharp.Core.Commands.AlterColumnCommand parent, DbType type, bool isNullable ) : System.Collections.Generic
parent MigSharp.Core.Commands.AlterColumnCommand
type DbType
isNullable bool
return System.Collections.Generic

ToSql() public method

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