C# Class Dazzle.Operations.UpdateOperation

Represents an update operation against the database.
Inheritance: IQueryOperation
Mostrar archivo Open project: kellabyte/Dazzle.NET Class Usage Examples

Public Methods

Method Description
Execute ( IStorage storage ) : IEnumerable

Execute the IQueryOperation against the database.

UpdateOperation ( ) : System.Collections.Generic

Private Methods

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

Stores a row and all its columns using the storage.

Method Details

Execute() public method

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

UpdateOperation() public method

public UpdateOperation ( ) : System.Collections.Generic
return System.Collections.Generic