Click or drag to resize

SparqlUpdateParserContextExpressionFactories Property

Gets/Sets the locally scoped custom expression factories.

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

Property Value

Type: IEnumerableISparqlCustomExpressionFactory
See Also