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

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

보호된 메소드들

메소드 설명
TableCommand ( AlterSchemaCommand parent, string tableName )
TableCommand ( MigSharp.Core.Commands.MigrateCommand parent, string tableName )

비공개 메소드들

메소드 설명
TableCommand ( Command parent, string tableName )

메소드 상세

TableCommand() 보호된 메소드

protected TableCommand ( AlterSchemaCommand parent, string tableName )
parent AlterSchemaCommand
tableName string

TableCommand() 보호된 메소드

protected TableCommand ( MigSharp.Core.Commands.MigrateCommand parent, string tableName )
parent MigSharp.Core.Commands.MigrateCommand
tableName string