Click or drag to resize

FullTextMatchPropertyFunction Constructor

Constructs a Full Text Match property function.

Namespace:  VDS.RDF.Query.PropertyFunctions
Assembly:  dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntax
public FullTextMatchPropertyFunction(
	PropertyFunctionInfo info
)

Parameters

info
Type: VDS.RDF.Query.PropertyFunctionsPropertyFunctionInfo
Property Function information.
See Also