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
)
Public Function IsBound (
var As String
) As Boolean
Parameters
- var
- Type: SystemString
Variable.
Return Value
Type:
BooleanTrue if the variable exists in the tuple and is bound, false otherwise.
See Also