Interface ISubQueryPattern
Interface for Triple Patterns that do sub-queries.
Inherited Members
Namespace: VDS.RDF.Query.Patterns
Assembly: dotNetRdf.dll
Syntax
public interface ISubQueryPattern : ITriplePattern, IComparable<ITriplePattern>, IProcessable, IVisitable, IComparable<ISubQueryPattern>
Properties
| Edit this page View SourceSubQuery
Gets the sub-query.
Declaration
SparqlQuery SubQuery { get; }
Property Value
Type | Description |
---|---|
SparqlQuery |