Returns an array of all the pre-defined SparqlResultsFormat instances.

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

Syntax

C#
public static readonly SparqlResultsFormat[] AllFormats
Visual Basic
Public Shared ReadOnly AllFormats As SparqlResultsFormat()
Visual C++
public:
static initonly array<SparqlResultsFormat^>^ AllFormats
F#
static val AllFormats: SparqlResultsFormat[]

Field Value

Type: array<SparqlResultsFormat>[]()[][]

See Also