Click or drag to resize

SparqlQueryParserContextExpressionFactories Property

Gets the Custom Expression Factories valid for this Parser.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<ISparqlCustomExpressionFactory> ExpressionFactories { get; set; }

Property Value

Type: IEnumerableISparqlCustomExpressionFactory
See Also