Click or drag to resize

LazyBgp Constructor (IEnumerable<ITriplePattern>, 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.Generic.IEnumerable<ITriplePattern>
Triple Patterns.
requiredResults
Type: System.Int32
The number of Results the BGP should attempt to return.
See Also