BaseTriplePattern.IsAcceptAll Property |
Returns whether the Triple Pattern is an accept all.
Namespace:
VDS.RDF.Query.Patterns
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic abstract bool IsAcceptAll { get; }
Public MustOverride ReadOnly Property IsAcceptAll As Boolean
Get
Property Value
Type:
BooleanImplements
ITriplePattern.IsAcceptAll
See Also