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
Properties
| Improve this Doc View SourceFilter
Gets the Filter used on the Join.
Declaration
ISparqlFilter Filter { get; }
Property Value
Type | Description |
---|---|
ISparqlFilter |