Click or drag to resize

HandlerExtensionsApply Method (ISparqlResultsHandler, SparqlResultSet)

Applies the result set to a Results Handler.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static void Apply(
	this ISparqlResultsHandler handler,
	SparqlResultSet results
)

Parameters

handler
Type: VDS.RDFISparqlResultsHandler
Results Handler.
results
Type: VDS.RDF.QuerySparqlResultSet
Result Set.

Usage Note

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