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; }
Public ReadOnly Property CanAbortEarly As Boolean
Get
Property Value
Type:
BooleanRemarks
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