C# 클래스 MigSharp.Core.CommandsToSqlTranslator

Visits all commands executed against a IDatabase and translates them into SQL using a specific IProvider.
파일 보기 프로젝트 열기: dradovic/MigSharp 1 사용 예제들

공개 메소드들

메소드 설명
CommandsToSqlTranslator ( IProvider provider ) : System.Collections.Generic
TranslateToSql ( Database database, IMigrationContext context ) : IEnumerable

Translates the recorded commands on the database to SQL commands.

메소드 상세

CommandsToSqlTranslator() 공개 메소드

public CommandsToSqlTranslator ( IProvider provider ) : System.Collections.Generic
provider IProvider
리턴 System.Collections.Generic

TranslateToSql() 공개 메소드

Translates the recorded commands on the database to SQL commands.
public TranslateToSql ( Database database, IMigrationContext context ) : IEnumerable
database MigSharp.Core.Entities.Database
context IMigrationContext
리턴 IEnumerable