Show / Hide Table of Contents

Interface IBgp

Represents an Algebra construct which is a BGP.
Inherited Members
ISparqlAlgebra.Evaluate(SparqlEvaluationContext)
ISparqlAlgebra.Variables
ISparqlAlgebra.FloatingVariables
ISparqlAlgebra.FixedVariables
ISparqlAlgebra.ToQuery()
ISparqlAlgebra.ToGraphPattern()
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRDF.dll
Syntax
public interface IBgp : ITerminalOperator, ISparqlAlgebra

Properties

| Improve this Doc View Source

PatternCount

Gets the Number of Patterns in the BGP.
Declaration
int PatternCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TriplePatterns

Gets the Triple Patterns in the BGP.
Declaration
IEnumerable<ITriplePattern> TriplePatterns { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ITriplePattern>

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • PatternCount
    • TriplePatterns
  • Extension Methods
Back to top Generated by DocFX