Click or drag to resize

PropertyFunctionPattern Constructor (PropertyFunctionInfo, ISparqlPropertyFunction)

Creates a new Property Function pattern.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public PropertyFunctionPattern(
	PropertyFunctionInfo info,
	ISparqlPropertyFunction propertyFunction
)

Parameters

info
Type: VDS.RDF.Query.PropertyFunctionsPropertyFunctionInfo
Function information.
propertyFunction
Type: VDS.RDF.Query.PropertyFunctionsISparqlPropertyFunction
Property Function.
See Also