SparqlQueryExpressionFactories Property  | 
 
            Gets/Sets the locally scoped Expression Factories that may be used if the query is using the CALL() function to do dynamic function invocation.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<ISparqlCustomExpressionFactory> ExpressionFactories { get; set; }Public Property ExpressionFactories As IEnumerable(Of ISparqlCustomExpressionFactory)
	Get
	Set
Property Value
Type: 
IEnumerableISparqlCustomExpressionFactory
See Also