Click or drag to resize

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
)

Parameters

result
Type: VDS.RDF.QuerySparqlResult
The SPARQL result to wrap dynamically.

Return Value

Type: Object
A 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