TableOperation クラス

定義

public class TableOperation
type TableOperation = class
Public Class TableOperation
継承
TableOperation

プロパティ

Entity
OperationType

メソッド

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>)

適用対象