Click or drag to resize

SparqlResultHasBoundValue Method

Checks whether a given Variable has a non-null value for this result.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool HasBoundValue(
	string variable
)

Parameters

variable
Type: SystemString
Variable Name.

Return Value

Type: Boolean
True if the variable is present and has a non-null value, false otherwise.
See Also