Show / Hide Table of Contents

Class LeviathanLeftJoinBinder

Special Temporary Results Binder used during LeftJoin's.

Inheritance
System.Object
SparqlResultBinder
LeviathanLeftJoinBinder
Implements
System.IDisposable
Inherited Members
SparqlResultBinder.Groups
SparqlResultBinder.Group(int)
SparqlResultBinder.IsGroup(int)
SparqlResultBinder.SetGroupContext(bool)
SparqlResultBinder.Dispose()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query
Assembly: dotNetRdf.dll
Syntax
public class LeviathanLeftJoinBinder : SparqlResultBinder, IDisposable

Constructors

| Improve this Doc View Source

LeviathanLeftJoinBinder(BaseMultiset)

Creates a new LeftJoin Binder.

Declaration
public LeviathanLeftJoinBinder(BaseMultiset multiset)
Parameters
Type Name Description
BaseMultiset multiset

Input Multiset.

Properties

| Improve this Doc View Source

BindingIDs

Gets the IDs of Sets.

Declaration
public override IEnumerable<int> BindingIDs { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<T><int>
Overrides
SparqlResultBinder.BindingIDs
| Improve this Doc View Source

Variables

Gets the Variables in the Input Multiset.

Declaration
public override IEnumerable<string> Variables { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<T><string>
Overrides
SparqlResultBinder.Variables

Methods

| Improve this Doc View Source

Value(string, int)

Gets the Value for a given Variable from the Set with the given Binding ID.

Declaration
public override INode Value(string name, int bindingID)
Parameters
Type Name Description
string name

Variable.

int bindingID

Set ID.

Returns
Type Description
INode
Overrides
SparqlResultBinder.Value(string, int)

Implements

System.IDisposable

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LeviathanLeftJoinBinder(BaseMultiset)
  • Properties
    • BindingIDs
    • Variables
  • Methods
    • Value(string, int)
  • Implements
  • Extension Methods
Back to top Generated by DocFX