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; }
Public Shared ReadOnly Property Factories As IEnumerable(Of ISparqlCustomExpressionFactory)
Get
Property Value
Type:
IEnumerableISparqlCustomExpressionFactorySee Also