Interface ILeftJoin
Represents an Algebra construct which is a Left Join.
Inherited Members
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRdf.dll
Syntax
public interface ILeftJoin : IAbstractJoin, ISparqlAlgebra, IVisitable, IProcessable
  Properties
| Edit this page View SourceFilter
Gets the Filter used on the Join.
Declaration
ISparqlFilter Filter { get; }
  Property Value
| Type | Description | 
|---|---|
| ISparqlFilter |