Namespace: BrightstarDB.EntityFramework.QueryAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public Object MapRow(
Dictionary<string, Object> values
) |
| Visual Basic |
|---|
Public Function MapRow (
values As Dictionary(Of String, Object)
) As Object |
| Visual C++ |
|---|
public:
Object^ MapRow(
Dictionary<String^, Object^>^ values
) |
| F# |
|---|
member MapRow :
values : Dictionary<string, Object> -> Object
|
Parameters
- values
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, Object>)>)>
The SPARQL results row
Return Value
Type:
ObjectThe new LINQ result object
See Also