DynamicSparqlResultItem Property |
Gets or sets values equivalent to bindings in the result.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public Object this[
string variable
] { get; set; }
Public Default Property Item (
variable As String
) As Object
Get
Set
Parameters
- variable
- Type: SystemString
Return Value
Type:
ObjectThe binding converted to a native object.
Implements
IDictionaryTKey, TValueItemTKeyExceptions See Also