SparqlResultSetResult Property |
Gets the Result of an ASK Query.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool Result { get; }
Public ReadOnly Property Result As Boolean
Get
Property Value
Type:
BooleanRemarks Result Set is deemed to refer to an ASK query if the Variables list is empty since an ASK Query result has an empty <head>. It is always true for any other Query type where one/more variables were requested even if the Result Set is empty.
See Also