Method | Description | |
---|---|---|
DeleteOperation ( ) : System | ||
Execute ( IStorage storage ) : IEnumerable |
Execute the IQueryOperation against the database.
|
Method | Description | |
---|---|---|
DeleteRow ( IStorage storage, string table, string rowKey, string>.Dictionary |
Deletes a row and all its columns using the storage.
|
public Execute ( IStorage storage ) : IEnumerable |
||
storage | IStorage | Database to execute against. |
return | IEnumerable |