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

상속: Command, ITranslatableCommand
파일 보기 프로젝트 열기: dradovic/MigSharp 1 사용 예제들

공개 메소드들

메소드 설명
CallCommand ( Command parent, Action action ) : System
ToSql ( IProvider provider, IMigrationContext context ) : IEnumerable

메소드 상세

CallCommand() 공개 메소드

public CallCommand ( Command parent, Action action ) : System
parent Command
action Action
리턴 System

ToSql() 공개 메소드

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