Click or drag to resize

SparqlParameterizedStringAppendSubQuery Method (SparqlParameterizedString)

Appends the given query as a sub-query to the existing command text, any prefixes in the sub-query are moved to the parent query but any parameter/variable assignments will be lost.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void AppendSubQuery(
	SparqlParameterizedString query
)

Parameters

query
Type: VDS.RDF.QuerySparqlParameterizedString
Query.
See Also