SparqlUpdateParserExpressionFactories Property |
Gets/Sets the locally scoped custom expression factories.
Namespace:
VDS.RDF.Parsing
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