C# Класс Dazzle.Operations.UpdateOperation

Represents an update operation against the database.
Наследование: IQueryOperation
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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