Click or drag to resize

IsBlankFunction Constructor

Creates a new IsBlank() function expression.

Namespace:  VDS.RDF.Query.Expressions.Functions.Sparql.Boolean
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IsBlankFunction(
	ISparqlExpression expr
)

Parameters

expr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression to apply the function to.
See Also