Click or drag to resize

BooleanFunction Constructor

Creates a new XPath Boolean Function.

Namespace:  VDS.RDF.Query.Expressions.Functions.XPath
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BooleanFunction(
	ISparqlExpression expr
)

Parameters

expr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression to compute the Effective Boolean Value of.
See Also