DynamicSparqlResult Methods |
The DynamicSparqlResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Binds a variable to a node equivalent to value.
|
![]() | Clear |
Removes all variables in the result.
|
![]() | ContainsKey |
Checks whether a variable exists in the result.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through pairs of variable names and native values equivalent to bindings in the result.
|
![]() | 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.) |
![]() | Remove |
Unbinds a variable from the result.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue |
Tries to get a native value equivalent to a binding from the result.
|
Name | Description | |
---|---|---|
![]() | IsDisjoint<KeyValuePair<String, Object>> |
Determines whether the contents of two enumerables are disjoint.
(Defined by Extensions.) |