C# Class YesSql.Core.Commands.UpdateIndexCommand

Inheritance: IndexCommand
Mostrar archivo Open project: sebastienros/yessql

Public Methods

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

Method Details

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

UpdateIndexCommand() public method

public UpdateIndexCommand ( IIndex index, IEnumerable addedDocumentIds, IEnumerable deletedDocumentIds, string tablePrefix ) : Dapper
index IIndex
addedDocumentIds IEnumerable
deletedDocumentIds IEnumerable
tablePrefix string
return Dapper