Click or drag to resize

DynamicSparqlResult.ContainsKey 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: System.String
The name of the variable to check.

Return Value

Type: Boolean
Whether a variable exists in the result.

Implements

IDictionary<TKey, TValue>.ContainsKey(TKey)
See Also