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: 
Syntaxpublic IEnumerable<IPropertyFunctionFactory> PropertyFunctionFactories { get; set; }Public Property PropertyFunctionFactories As IEnumerable(Of IPropertyFunctionFactory)
	Get
	Set
Property Value
Type: 
IEnumerableIPropertyFunctionFactory
See Also