Click or drag to resize

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
)

Parameters

ps
Type: System.Collections.GenericIEnumerableITriplePattern
Triple Patterns.
requiredResults
Type: SystemInt32
The number of Results the BGP should attempt to return.
See Also