Click or drag to resize

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
)

Parameters

p
Type: VDS.RDF.Query.PatternsITriplePattern
Triple Pattern.
requiredResults
Type: SystemInt32
The number of Results the BGP should attempt to return.
See Also