你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于