Deployment Tools Foundation
GetEnumerator Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► TableCollection ► GetEnumerator()()()
Enumerates the tables in the database.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IEnumerator<TableInfo> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of TableInfo)
public: virtual IEnumerator<TableInfo^>^ GetEnumerator() sealed