Class BoundFilter
Filter that represents the Sparql BOUND() function.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Query.Filters
Assembly: dotNetRDF.dll
Syntax
public class BoundFilter : BaseUnaryFilter, ISparqlFilter
Constructors
| Improve this Doc View SourceBoundFilter(VariableTerm)
Creates a new Bound Filter.
Declaration
public BoundFilter(VariableTerm varTerm)
Parameters
Type | Name | Description |
---|---|---|
VariableTerm | varTerm | Variable Expression. |
Methods
| Improve this Doc View SourceEvaluate(SparqlEvaluationContext)
Evaluates a filter in the given Evaluation Context.
Declaration
public override void Evaluate(SparqlEvaluationContext context)
Parameters
Type | Name | Description |
---|---|---|
SparqlEvaluationContext | context | Evaluation Context. |
Overrides
| Improve this Doc View SourceToString()
Gets the String representation of the Filter.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |