Click or drag to resize

SparqlUpdateParserExpressionFactories Property

Gets/Sets the locally scoped custom expression factories.

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

Property Value

Type: IEnumerableISparqlCustomExpressionFactory
See Also