Click or drag to resize

SparqlQueryPropertyFunctionFactories Property

Gets/Sets the locally scoped Property Function factories that may be used by the PropertyFunctionOptimiser when generating the algebra for the query.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<IPropertyFunctionFactory> PropertyFunctionFactories { get; set; }

Property Value

Type: IEnumerableIPropertyFunctionFactory
See Also