Click or drag to resize

ITriplePatternIsAcceptAll Property

Gets whether the Pattern accepts all.

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

Property Value

Type: Boolean
Remarks
Indicates that a Pattern is of the form ?s ?p ?o.
See Also