Interface IBgp
Represents an Algebra construct which is a BGP.
Inherited Members
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRdf.dll
Syntax
public interface IBgp : ITerminalOperator, ISparqlAlgebra, IVisitable, IProcessable
Properties
| Improve this Doc View SourcePatternCount
Gets the Number of Patterns in the BGP.
Declaration
int PatternCount { get; }
Property Value
Type | Description |
---|---|
int |
TriplePatterns
Gets the Triple Patterns in the BGP.
Declaration
IReadOnlyList<ITriplePattern> TriplePatterns { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<T><ITriplePattern> |