Click or drag to resize

DynamicExtensionsAsDynamic Method (SparqlResultSet)

Dynamically wraps a SPARQL result set.

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static Object AsDynamic(
	this SparqlResultSet set
)

Parameters

set
Type: VDS.RDF.QuerySparqlResultSet
The SPARQL result set to wrap dynamically.

Return Value

Type: Object
A dynamic result set that wraps set.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SparqlResultSet. 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