Click or drag to resize

BindingGroup Constructor (IEnumerable<Int32>)

Creates a new Binding Group from the specified IDs.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BindingGroup(
	IEnumerable<int> ids
)

Parameters

ids
Type: System.Collections.Generic.IEnumerable<Int32>
IDs.
See Also