BaseSet Class |
Namespace: VDS.RDF.Query.Algebra
The BaseSet type exposes the following members.
Name | Description | |
---|---|---|
![]() | ID |
Gets/Sets the ID of the Set.
|
![]() | Item |
Retrieves the Value in this set for the given Variable.
|
![]() | Values |
Gets the Values in the Set.
|
![]() | Variables |
Gets the Variables in the Set.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds a Value for a Variable to the Set.
|
![]() | ContainsVariable |
Checks whether the Set contains a given Variable.
|
![]() | Copy |
Copies the Set.
|
![]() | Equals(Object) |
Gets whether the Set is equal to another object.
(Overrides Object.Equals(Object).) |
![]() | Equals(ISet) |
Gets whether the Set is equal to another set.
|
![]() | 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 |
Gets the Hash Code of the Set.
(Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsCompatibleWith |
Gets whether the Set is compatible with a given set based on the given variables.
|
![]() | IsMinusCompatibleWith |
Gets whether the Set is minus compatible with a given set based on the given variables.
|
![]() | Join |
Joins the set to another set.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes a Value for a Variable from the Set.
|
![]() | ToString |
Gets the String representation of the Set.
(Overrides Object.ToString().) |