Determines the type of model that will be returned by the specified SPARQL query
Namespace: BrightstarDB.UtilsAssembly: 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
See Also