DynamicExtensionsAsDynamic Method (SparqlResult) |
Dynamically wraps a SPARQL result.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static Object AsDynamic(
this SparqlResult result
)
<ExtensionAttribute>
Public Shared Function AsDynamic (
result As SparqlResult
) As Object
Parameters
- result
- Type: VDS.RDF.QuerySparqlResult
The SPARQL result to wrap dynamically.
Return Value
Type:
ObjectA dynamic result that wraps
result.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
SparqlResult. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also