C# Class Dazzle.Operations.DeleteOperation

Represents aa delete operation against the database.
Inheritance: IQueryOperation
Mostra file Open project: kellabyte/Dazzle.NET Class Usage Examples

Public Methods

Method Description
DeleteOperation ( ) : System
Execute ( IStorage storage ) : IEnumerable

Execute the IQueryOperation against the database.

Private Methods

Method Description
DeleteRow ( IStorage storage, string table, string rowKey, string>.Dictionary columns ) : void

Deletes a row and all its columns using the storage.

Method Details

DeleteOperation() public method

public DeleteOperation ( ) : System
return System

Execute() public method

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