AllegroGraphConnector.EscapeQuery Method |
Does nothing as AllegroGraph does not require the same query escaping that Sesame does.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected override string EscapeQuery(
string query
)
Protected Overrides Function EscapeQuery (
query As String
) As String
Parameters
- query
- Type: System.String
Query to escape.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Storage.AllegroGraphConnector.EscapeQuery(System.String)"]
See Also