Click or drag to resize

SparqlQueryParserContext.ExpressionFactories 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: IEnumerable<ISparqlCustomExpressionFactory>
See Also