Click or drag to resize

BindingGroup Constructor (IEnumerableInt32)

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.GenericIEnumerableInt32
IDs.
See Also