Click or drag to resize

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

ITriplePattern.IsAcceptAll
See Also