Click or drag to resize

ResultCountHandlerCount Property

Gets the Count of Results.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public int Count { get; }

Property Value

Type: Int32
Remarks
For Boolean Results counter will be either 1 or 0 depending on whether the result was True/False.
See Also