C# Class Dazzle.Operations.UpdateOperation

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

Méthodes publiques

Méthode Description
Execute ( IStorage storage ) : IEnumerable

Execute the IQueryOperation against the database.

UpdateOperation ( ) : System.Collections.Generic

Private Methods

Méthode 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 méthode

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

UpdateOperation() public méthode

public UpdateOperation ( ) : System.Collections.Generic
Résultat System.Collections.Generic