你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TableBatchOperation.Retrieve 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Retrieve(String, String) | |
Retrieve<TElement>(String, String, List<String>) | |
Retrieve<TResult>(String, String, EntityResolver<TResult>, List<String>) |
Retrieve(String, String)
Retrieve<TElement>(String, String, List<String>)
public void Retrieve<TElement>(string partitionKey, string rowkey, System.Collections.Generic.List<string> selectedColumns = default) where TElement : Microsoft.WindowsAzure.Storage.Table.ITableEntity;
member this.Retrieve : string * string * System.Collections.Generic.List<string> -> unit (requires 'Element :> Microsoft.WindowsAzure.Storage.Table.ITableEntity)
Public Sub Retrieve(Of TElement As ITableEntity) (partitionKey As String, rowkey As String, Optional selectedColumns As List(Of String) = Nothing)
类型参数
- TElement
参数
- partitionKey
- String
- rowkey
- String
适用于
Retrieve<TResult>(String, String, EntityResolver<TResult>, List<String>)
public void Retrieve<TResult>(string partitionKey, string rowkey, Microsoft.WindowsAzure.Storage.Table.EntityResolver<TResult> resolver, System.Collections.Generic.List<string> selectedColumns = default);
member this.Retrieve : string * string * Microsoft.WindowsAzure.Storage.Table.EntityResolver<'Result> * System.Collections.Generic.List<string> -> unit
Public Sub Retrieve(Of TResult) (partitionKey As String, rowkey As String, resolver As EntityResolver(Of TResult), Optional selectedColumns As List(Of String) = Nothing)
类型参数
- TResult
参数
- partitionKey
- String
- rowkey
- String
- resolver
- EntityResolver<TResult>