FilterPattern Class |
Namespace: VDS.RDF.Query.Patterns
The FilterPattern type exposes the following members.
Name | Description | |
---|---|---|
![]() | FilterPattern |
Creates a new Filter Pattern with the given Filter.
|
Name | Description | |
---|---|---|
![]() | Filter |
Gets the Filter that this Pattern uses.
|
![]() | FixedVariables |
Returns the empty enumerable as don't know which variables will be bound.
(Overrides BaseTriplePattern.FixedVariables.) |
![]() | FloatingVariables |
Returns the empty enumerable as don't know which variables will be bound.
(Overrides BaseTriplePattern.FloatingVariables.) |
![]() | HasNoBlankVariables |
Returns true as a FILTER cannot contain blank variables.
(Overrides BaseTriplePattern.HasNoBlankVariables.) |
![]() | IsAcceptAll |
Returns that the Pattern is not an accept all (since it's a Filter).
(Overrides BaseTriplePattern.IsAcceptAll.) |
![]() | PatternType |
Gets the Pattern Type.
(Overrides BaseTriplePattern.PatternType.) |
![]() | UsesDefaultDataset |
Gets whether the Pattern uses the Default Dataset.
(Overrides BaseTriplePattern.UsesDefaultDataset.) |
![]() | Variables |
Gets the List of Variables used in the Pattern.
(Inherited from BaseTriplePattern.) |
Name | Description | |
---|---|---|
![]() | CompareTo(FilterPattern) |
Compares a filter pattern to another.
|
![]() | CompareTo(IFilterPattern) |
Compares a filter pattern to another.
|
![]() | CompareTo(ITriplePattern) |
Compares a Triple Pattern to another Triple Pattern.
(Inherited from BaseTriplePattern.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Evaluate |
Evaluates a Filter in the given Evaluation Context.
(Overrides BaseTriplePattern.Evaluate(SparqlEvaluationContext).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns the string representation of the Pattern.
(Overrides BaseTriplePattern.ToString().) |
Name | Description | |
---|---|---|
![]() | _vars |
Stores the list of variables that are used in the Pattern.
(Inherited from BaseTriplePattern.) |