Click or drag to resize

SparqlResultSetTrim Method

Trims the Result Set to remove unbound variables from results.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Trim()
Remarks
Note: This does not remove empty results this only removes unbound variables from individual results.
See Also