DynamicSparqlResult Class |
Namespace: VDS.RDF.Dynamic
The DynamicSparqlResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | DynamicSparqlResult |
Initializes a new instance of the DynamicSparqlResult class.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of variables in the result.
|
![]() | IsReadOnly |
Gets a value indicating whether this SPARQL result dictionary is read only (always false).
|
![]() | Item |
Gets or sets values equivalent to bindings in the result.
|
![]() | Keys |
Gets the variable names in the SPARQL result.
|
![]() | Values |
Gets native values equivalent to bindings in the result.
|
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 | |
---|---|---|
![]() | IsDisjointKeyValuePairString, Object |
Determines whether the contents of two enumerables are disjoint.
(Defined by Extensions.) |