Click or drag to resize

SparqlResultBinderGroups Property

Gets the set of Groups that result from the Query this Binder provides Binding to.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<BindingGroup> Groups { get; }

Property Value

Type: IEnumerableBindingGroup
See Also