Click or drag to resize

SparqlParameterizedStringAppend Method (String)

Appends the given text to the existing command text, any prefixes in the command are moved to the parent query.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Append(
	string text
)

Parameters

text
Type: SystemString
Text.
See Also