SparqlQueryToString Method |
Generates a String representation of the Query.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlQuery.ToString"]
Remarks This method may not return a complete representation of the Query depending on the Query it is called on as not all the classes which can be included in a Sparql query currently implement ToString methods.
See Also