ResultCountHandlerCount Property |
Gets the Count of Results.
Namespace:
VDS.RDF.Parsing.Handlers
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public int Count { get; }
Public ReadOnly Property Count As Integer
Get
Property Value
Type:
Int32Remarks
For Boolean Results counter will be either 1 or 0 depending on whether the result was True/False.
See Also