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; }
Public ReadOnly Property Groups As IEnumerable(Of BindingGroup)
Get
Property Value
Type:
IEnumerableBindingGroupSee Also