Determines the type of model that will be returned by the specified SPARQL query

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

Syntax

C#
public static SerializableModel GetResultModel(
	string sparqlQuery
)
Visual Basic
Public Shared Function GetResultModel ( 
	sparqlQuery As String
) As SerializableModel
Visual C++
public:
static SerializableModel GetResultModel(
	String^ sparqlQuery
)
F#
static member GetResultModel : 
        sparqlQuery : string -> SerializableModel 

Parameters

sparqlQuery
Type: System..::..String

Return Value

Type: SerializableModel

[Missing <returns> documentation for "M:BrightstarDB.Utils.SparqlQueryHelper.GetResultModel(System.String)"]

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionraised if sparqlQuery is NULL
System..::..ArgumentExceptionrasised if sparqlQuery is an empty string
RdfParseExceptionraised if the sparql query could not be parsed

See Also