C# 클래스 YesSql.Core.Commands.UpdateIndexCommand

상속: IndexCommand
파일 보기 프로젝트 열기: sebastienros/yessql

공개 메소드들

메소드 설명
ExecuteAsync ( DbConnection connection, DbTransaction transaction ) : System.Threading.Tasks.Task
UpdateIndexCommand ( IIndex index, IEnumerable addedDocumentIds, IEnumerable deletedDocumentIds, string tablePrefix ) : Dapper

메소드 상세

ExecuteAsync() 공개 메소드

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

UpdateIndexCommand() 공개 메소드

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