Click or drag to resize

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
)

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