Class LeviathanLeftJoinBinder
Special Temporary Results Binder used during LeftJoin's.
Implements
Inherited Members
Namespace: VDS.RDF.Query
Assembly: dotNetRdf.dll
Syntax
public class LeviathanLeftJoinBinder : SparqlResultBinder, IDisposable
  Constructors
| Edit this page View SourceLeviathanLeftJoinBinder(BaseMultiset)
Creates a new LeftJoin Binder.
Declaration
public LeviathanLeftJoinBinder(BaseMultiset multiset)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BaseMultiset | multiset | Input Multiset.  | 
      
Properties
| Edit this page View SourceBindingIDs
Gets the IDs of Sets.
Declaration
public override IEnumerable<int> BindingIDs { get; }
  Property Value
| Type | Description | 
|---|---|
| IEnumerable<int> | 
Overrides
| Edit this page View SourceVariables
Gets the Variables in the Input Multiset.
Declaration
public override IEnumerable<string> Variables { get; }
  Property Value
| Type | Description | 
|---|---|
| IEnumerable<string> | 
Overrides
Methods
| Edit this page View SourceValue(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 |