Click or drag to resize

LeviathanResultBinderGroup Method

Returns the Group with the given ID.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override BindingGroup Group(
	int groupID
)

Parameters

groupID
Type: SystemInt32
Group ID.

Return Value

Type: BindingGroup

[Missing <returns> documentation for "M:VDS.RDF.Query.LeviathanResultBinder.Group(System.Int32)"]

See Also