Click or drag to resize

SubQueryPattern.IsAcceptAll Property

Returns that the Pattern is not an accept all since it is a Sub-query.

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
See Also