C# 클래스 MigSharp.Core.Commands.AddColumnCommand

상속: Command, ITranslatableCommand
파일 보기 프로젝트 열기: dradovic/MigSharp

공개 메소드들

메소드 설명
AddColumnCommand ( AlterTableCommand parent, string columnName, DbType type, bool isNullable, bool isRowVersion ) : System.Collections.Generic
ToSql ( IProvider provider, IMigrationContext context ) : IEnumerable

메소드 상세

AddColumnCommand() 공개 메소드

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
리턴 System.Collections.Generic

ToSql() 공개 메소드

public ToSql ( IProvider provider, IMigrationContext context ) : IEnumerable
provider IProvider
context IMigrationContext
리턴 IEnumerable