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; }
Public Shared Property QueryAllowUnknownFunctions As Boolean
Get
Set
Property Value
Type:
BooleanRemarks When set to false a Parser Error will be thrown if the Function cannot be parsed into an Expression.
See Also