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

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

공개 메소드들

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

메소드 상세

DeleteReduceIndexCommand() 공개 메소드

public DeleteReduceIndexCommand ( IIndex index, string tablePrefix ) : Dapper
index IIndex
tablePrefix string
리턴 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