Click or drag to resize

TriplePatternIsAcceptAll Property

Returns whether the Triple Pattern is an accept all.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool IsAcceptAll { get; }

Property Value

Type: Boolean

Implements

ITriplePatternIsAcceptAll
ITriplePatternIsAcceptAll
Remarks
True if all three Pattern Items are VariablePattern and all the Variables names are distinct.
See Also