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