Send feedback on this topic.
Teradata.Client.Provider
GetEnumerator Method (TdErrorCollection)



Teradata.Client.Provider Namespace > TdErrorCollection Class : GetEnumerator Method
Returns an enumerator that can iterate through TdErrorCollection.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator
'Usage
 
Dim instance As TdErrorCollection
Dim value As IEnumerator
 
value = instance.GetEnumerator()
public IEnumerator GetEnumerator()
public:
IEnumerator^ GetEnumerator(); 

Return Value

Returns an enumerator that can iterate through the TdErrorCollection.
Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdErrorCollection Class
TdErrorCollection Members