INonAggregateExpressionBuilderBound Method (VariableExpression) |
Creates a call to the BOUND function with a variable parameter.
Namespace:
VDS.RDF.Query.Builder
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax BooleanExpression Bound(
VariableExpression var
)
Function Bound (
var As VariableExpression
) As BooleanExpression
Parameters
- var
- Type: VDS.RDF.Query.Builder.ExpressionsVariableExpression
a SPARQL variable.
Return Value
Type:
BooleanExpression[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.Bound(VDS.RDF.Query.Builder.Expressions.VariableExpression)"]
See Also