TableOperation Class

Definition

public class TableOperation
type TableOperation = class
Public Class TableOperation
Inheritance
TableOperation

Properties

Entity
OperationType

Methods

Delete(ITableEntity)
Insert(ITableEntity)
Insert(ITableEntity, Boolean)
InsertOrMerge(ITableEntity)
InsertOrReplace(ITableEntity)
Merge(ITableEntity)
Replace(ITableEntity)
Retrieve(String, String, List<String>)
Retrieve<TElement>(String, String, List<String>)
Retrieve<TResult>(String, String, EntityResolver<TResult>, List<String>)

Applies to