Click or drag to resize

SparqlExpressionFactoryFactories Property

Gets the Global Custom Expression Factories that are in use.

Namespace:  VDS.RDF.Query.Expressions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static IEnumerable<ISparqlCustomExpressionFactory> Factories { get; }

Property Value

Type: IEnumerableISparqlCustomExpressionFactory
See Also