Applies the Constructor and MemberAssignment information to bind a SPARQL results row to a new LINQ result object

Namespace: BrightstarDB.EntityFramework.Query
Assembly: 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: Object
The new LINQ result object

See Also