Click or drag to resize

DynamicSparqlResultContainsKey Method

Checks whether a variable exists in the result.

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

Parameters

variable
Type: SystemString
The name of the variable to check.

Return Value

Type: Boolean
Whether a variable exists in the result.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also