C# 클래스 Dazzle.Operations.UpdateOperation

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

공개 메소드들

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

Execute the IQueryOperation against the database.

UpdateOperation ( ) : System.Collections.Generic

비공개 메소드들

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

Stores a row and all its columns using the storage.

메소드 상세

Execute() 공개 메소드

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

UpdateOperation() 공개 메소드

public UpdateOperation ( ) : System.Collections.Generic
리턴 System.Collections.Generic