dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbParameterBaseCollection Class / Count Property

In This Topic
Count Property (DbParameterBaseCollection)
In This Topic
Gets the number of DbParameterBase objects in the collection.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Count As Integer
 

Property Value

The number of DbParameterBase objects in the collection.
See Also