Click or drag to resize

PropertyFunctionFactoryAddFactory Method

Adds a globally registered factory.

Namespace:  VDS.RDF.Query.PropertyFunctions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static void AddFactory(
	IPropertyFunctionFactory factory
)

Parameters

factory
Type: VDS.RDF.Query.PropertyFunctionsIPropertyFunctionFactory
Factory.
See Also