Send feedback on this topic.
Teradata.Client.Provider
Count Property (TdErrorCollection)



Teradata.Client.Provider Namespace > TdErrorCollection Class : Count Property
Gets the number of elements in the TdErrorCollection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As TdErrorCollection
Dim value As Integer
 
value = instance.Count
public int Count {get;}
public:
property int Count {
   int get();
}

Property Value

Indicates the total number of errors or warnings.
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