Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

TableSet..::..GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public IEnumerator<Table> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Table)
public:
IEnumerator<Table^>^ GetEnumerator()

Return Value

An enumerator that can be used to iterate through the collection.