Returns a Dataset clause for use in a SPARQL query

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
string GetDatasetClause()
Visual Basic
Function GetDatasetClause As String
Visual C++
String^ GetDatasetClause()
F#
abstract GetDatasetClause : unit -> string 

Return Value

Type: String

[Missing <returns> documentation for "M:BrightstarDB.Client.IDataObjectStore.GetDatasetClause"]

Remarks

The string returned by this method follows the DatasetClause production of the SPARQL 1.1 grammar

See Also