Click or drag to resize

PropertyFunction Constructor

Creates a new Property function algebra.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public PropertyFunction(
	ISparqlAlgebra algebra,
	ISparqlPropertyFunction function
)

Parameters

algebra
Type: VDS.RDF.Query.Algebra.ISparqlAlgebra
Inner algebra.
function
Type: VDS.RDF.Query.PropertyFunctions.ISparqlPropertyFunction
Property Function.
See Also