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



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

Property Value

Returns the number of TdParameter objects in the collection.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdParameterCollection Class
TdParameterCollection Members
TdParameter Class