Click or drag to resize

PathEvaluationContextCanAbortEarly Property

Gets whether pattern evaluation can be aborted early.

Namespace:  VDS.RDF.Query.Paths
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool CanAbortEarly { 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