C# Class MigSharp.Core.Commands.AddColumnCommand

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

Public Methods

Method Description
AddColumnCommand ( AlterTableCommand parent, string columnName, DbType type, bool isNullable, bool isRowVersion ) : System.Collections.Generic
ToSql ( IProvider provider, IMigrationContext context ) : IEnumerable

Method Details

AddColumnCommand() public method

public AddColumnCommand ( AlterTableCommand parent, string columnName, DbType type, bool isNullable, bool isRowVersion ) : System.Collections.Generic
parent AlterTableCommand
columnName string
type DbType
isNullable bool
isRowVersion bool
return System.Collections.Generic

ToSql() public method

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