AzureTableDataManager<T>.ReadAllTableEntriesAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讀取資料表中的所有專案。 注意:這可能是大型資料表的昂貴且緩慢的作業!
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)))
傳回
資料表中所有專案的列舉。