ITriplePatternIsAcceptAll Property |
Gets whether the Pattern accepts all.
Namespace:
VDS.RDF.Query.Patterns
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool IsAcceptAll { get; }
ReadOnly Property IsAcceptAll As Boolean
Get
Property Value
Type:
BooleanRemarks
Indicates that a Pattern is of the form ?s ?p ?o.
See Also