INonAggregateExpressionBuilderIsBlank Method (SparqlExpression) |
Creates a call to the isBlank function with an expression parameter.
Namespace:
VDS.RDF.Query.Builder
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax BooleanExpression IsBlank(
SparqlExpression term
)
Function IsBlank (
term As SparqlExpression
) As BooleanExpression
Parameters
- term
- Type: VDS.RDF.Query.Builder.ExpressionsSparqlExpression
any SPARQL expression.
Return Value
Type:
BooleanExpression[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.IsBlank(VDS.RDF.Query.Builder.Expressions.SparqlExpression)"]
See Also