Click or drag to resize

BaseTriplePatternIsAcceptAll Property

Returns whether the Triple Pattern is an accept all.

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

Property Value

Type: Boolean

Implements

ITriplePatternIsAcceptAll
See Also