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

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

공개 메소드들

메소드 설명
CustomQueryCommand ( MigSharp.Core.Commands.MigrateCommand parent, string query ) : System.Collections.Generic
ToSql ( IProvider provider, IMigrationContext context ) : IEnumerable

메소드 상세

CustomQueryCommand() 공개 메소드

public CustomQueryCommand ( MigSharp.Core.Commands.MigrateCommand parent, string query ) : System.Collections.Generic
parent MigSharp.Core.Commands.MigrateCommand
query string
리턴 System.Collections.Generic

ToSql() 공개 메소드

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