C# 클래스 Dazzle.Operations.DeleteOperation

Represents aa delete operation against the database.
상속: IQueryOperation
파일 보기 프로젝트 열기: kellabyte/Dazzle.NET 1 사용 예제들

공개 메소드들

메소드 설명
DeleteOperation ( ) : System
Execute ( IStorage storage ) : IEnumerable

Execute the IQueryOperation against the database.

비공개 메소드들

메소드 설명
DeleteRow ( IStorage storage, string table, string rowKey, string>.Dictionary columns ) : void

Deletes a row and all its columns using the storage.

메소드 상세

DeleteOperation() 공개 메소드

public DeleteOperation ( ) : System
리턴 System

Execute() 공개 메소드

Execute the IQueryOperation against the database.
public Execute ( IStorage storage ) : IEnumerable
storage IStorage Database to execute against.
리턴 IEnumerable