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



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

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdQueryBand Class
TdQueryBand Members