Click or drag to resize

SparqlParameterizedStringAppendSubQuery Method (SparqlQuery)

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.

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

Parameters

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