INonAggregateExpressionBuilderBound Method (String) |
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(
string var
)
Function Bound (
var As String
) As BooleanExpression
Parameters
- var
- Type: SystemString
a SPARQL variable name.
Return Value
Type:
BooleanExpression[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.Bound(System.String)"]
See Also