Click or drag to resize

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

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