Click or drag to resize

SparqlParameterizedString.Append 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: System.String
Text.
See Also