Click or drag to resize

PropertyFunctionFactoryTryCreatePropertyFunction Method (PropertyFunctionInfo, IPropertyFunctionPattern)

Tries to create a property function.

Namespace:  VDS.RDF.Query.PropertyFunctions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool TryCreatePropertyFunction(
	PropertyFunctionInfo info,
	out IPropertyFunctionPattern function
)

Parameters

info
Type: VDS.RDF.Query.PropertyFunctionsPropertyFunctionInfo
Property Function information.
function
Type: VDS.RDF.Query.PatternsIPropertyFunctionPattern
Property Function.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.PropertyFunctions.PropertyFunctionFactory.TryCreatePropertyFunction(VDS.RDF.Query.PropertyFunctions.PropertyFunctionInfo,VDS.RDF.Query.Patterns.IPropertyFunctionPattern@)"]

See Also