 | SphinxQLParameterCollectionCount Property |
Specifies the number of items in the collection.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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