Click or drag to resize

TriplePattern.IsAcceptAll 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

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