Click or drag to resize

BindingTupleIsBound Method

Gets whether the given variable is bound for this tuple i.e. is not UNDEF.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool IsBound(
	string var
)

Parameters

var
Type: SystemString
Variable.

Return Value

Type: Boolean
True if the variable exists in the tuple and is bound, false otherwise.
See Also