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