PathEvaluationContextCanAbortEarly Property  | 
 
            Gets whether pattern evaluation can be aborted early.
            
 
    Namespace: 
   VDS.RDF.Query.Paths
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic bool CanAbortEarly { get; }Public ReadOnly Property CanAbortEarly As Boolean
	Get
Property Value
Type: 
Boolean
Remarks
            Useful when both the start and end of the path are fixed (non-variables) which means that we can stop evaluating once we find the path (if it exists).
            
See Also