Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

TableResultSegment.GetEnumerator Method (Microsoft.WindowsAzure.Storage.Table)

Returns an enumerator that iterates through the segment of CloudTable results.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public IEnumerator<CloudTable> GetEnumerator()
 
public:
virtual IEnumerator<CloudTable^>^ GetEnumerator() sealed
 
abstract GetEnumerator : unit -> IEnumerator<CloudTable>
override GetEnumerator : unit -> IEnumerator<CloudTable>
 
Public Function GetEnumerator As IEnumerator(Of CloudTable)
Return to top