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
Properties
| Improve this Doc View SourcePatternCount
Gets the Number of Patterns in the BGP.
Declaration
int PatternCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
TriplePatterns
Gets the Triple Patterns in the BGP.
Declaration
IEnumerable<ITriplePattern> TriplePatterns { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ITriplePattern> |