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

From Microsoft Windows Azure Storage Blob

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