Click or drag to resize

ChainFilterExpression Property

Gets the Inner Expression used by the Chained Filters.

Namespace:  VDS.RDF.Query.Filters
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ISparqlExpression Expression { get; }

Property Value

Type: ISparqlExpression

Implements

ISparqlFilterExpression
Remarks
Equivalent to ANDing all the Chained Filters expressions.
See Also