C# Class MigSharp.Core.CommandsToSqlTranslator

Visits all commands executed against a IDatabase and translates them into SQL using a specific IProvider.
Afficher le fichier Open project: dradovic/MigSharp Class Usage Examples

Méthodes publiques

Méthode Description
CommandsToSqlTranslator ( IProvider provider ) : System.Collections.Generic
TranslateToSql ( Database database, IMigrationContext context ) : IEnumerable

Translates the recorded commands on the database to SQL commands.

Method Details

CommandsToSqlTranslator() public méthode

public CommandsToSqlTranslator ( IProvider provider ) : System.Collections.Generic
provider IProvider
Résultat System.Collections.Generic

TranslateToSql() public méthode

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