 | SphinxQLParameterCollectionCount Property |
Specifies the number of items in the collection.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override int Count { get; }
Public Overrides ReadOnly Property Count As Integer
Get
Property Value
Type:
Int32Return Value
Type:
Int32
The number of items in the collection.
Implements
ICollectionCount
See Also