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
)
Public Sub Append (
text As String
)
Parameters
- text
- Type: SystemString
Text.
See Also