Click or drag to resize

AllegroGraphConnectorEscapeQuery 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:
Syntax
protected override string EscapeQuery(
	string query
)

Parameters

query
Type: SystemString
Query to escape.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Storage.AllegroGraphConnector.EscapeQuery(System.String)"]

See Also