Click or drag to resize

PropertyFunctionFactoryRemoveFactory Method

Removes a globally registered factory.

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

Parameters

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