共用方式為


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

傳回

資料表中所有專案的列舉。

適用於