LazyBgp Constructor (ITriplePattern, Int32) |
Creates a Streamed BGP containing a single Triple Pattern.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public LazyBgp(
ITriplePattern p,
int requiredResults
)
Public Sub New (
p As ITriplePattern,
requiredResults As Integer
)
Parameters
- p
- Type: VDS.RDF.Query.PatternsITriplePattern
Triple Pattern. - requiredResults
- Type: SystemInt32
The number of Results the BGP should attempt to return.
See Also