Click or drag to resize

OptionsQueryAllowUnknownFunctions Property

Gets/Sets whether functions that can't be parsed into Expressions should be represented by the UnknownFunction.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool QueryAllowUnknownFunctions { get; set; }

Property Value

Type: Boolean
Remarks
When set to false a Parser Error will be thrown if the Function cannot be parsed into an Expression.
See Also