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.AlgebraISparqlAlgebra
Inner algebra.
function
Type: VDS.RDF.Query.PropertyFunctionsISparqlPropertyFunction
Property Function.
See Also