Click or drag to resize

FullTextPropertyFunctionFactoryTryCreatePropertyFunction Method

Tries to create property functions.

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

Parameters

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

Return Value

Type: Boolean

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

Implements

IPropertyFunctionFactoryTryCreatePropertyFunction(PropertyFunctionInfo, IPropertyFunctionPattern)
See Also