AzureTableDataManager<T>.ReadAllTableEntriesAsync 方法

定义

读取表中的所有条目。 注意:对于大型表来说,这可能是一个非常昂贵和缓慢的操作!

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Tuple<T,string>>> ReadAllTableEntriesAsync ();
member this.ReadAllTableEntriesAsync : unit -> System.Threading.Tasks.Task<seq<'T * string>>
Public Function ReadAllTableEntriesAsync () As Task(Of IEnumerable(Of Tuple(Of T, String)))

返回

表中所有条目的枚举。

适用于