C# Class YesSql.Core.Commands.DeleteReduceIndexCommand

Inheritance: IndexCommand
Exibir arquivo Open project: sebastienros/yessql

Public Methods

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

Method Details

DeleteReduceIndexCommand() public method

public DeleteReduceIndexCommand ( IIndex index, string tablePrefix ) : Dapper
index IIndex
tablePrefix string
return Dapper

ExecuteAsync() public method

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