C# Class YesSql.Core.Commands.DeleteReduceIndexCommand

Inheritance: IndexCommand
Afficher le fichier Open project: sebastienros/yessql

Méthodes publiques

Méthode Description
DeleteReduceIndexCommand ( IIndex index, string tablePrefix ) : Dapper
ExecuteAsync ( DbConnection connection, DbTransaction transaction ) : System.Threading.Tasks.Task

Method Details

DeleteReduceIndexCommand() public méthode

public DeleteReduceIndexCommand ( IIndex index, string tablePrefix ) : Dapper
index IIndex
tablePrefix string
Résultat Dapper

ExecuteAsync() public méthode

public ExecuteAsync ( DbConnection connection, DbTransaction transaction ) : System.Threading.Tasks.Task
connection System.Data.Common.DbConnection
transaction System.Data.Common.DbTransaction
Résultat System.Threading.Tasks.Task