LazyBgp Constructor (IEnumerableITriplePattern, Int32) |
Creates a Streamed BGP containing a set of Triple Patterns.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public LazyBgp(
IEnumerable<ITriplePattern> ps,
int requiredResults
)
Public Sub New (
ps As IEnumerable(Of ITriplePattern),
requiredResults As Integer
)
Parameters
- ps
- Type: System.Collections.GenericIEnumerableITriplePattern
Triple Patterns. - requiredResults
- Type: SystemInt32
The number of Results the BGP should attempt to return.
See Also