The SparqlLinqQueryContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AnonymousMembersMap |
Gets the list of tuples that map anonymous type members in the LINQ query result to SPARQL variables in the SPARQL query result
(Inherited from SparqlQueryContext.) |
![]() | Constructor |
Gets the constructor to be invoked when binding SPARQL query results to LINQ query results
|
![]() | ConstructorArgs |
Gets the list of SPARQL query variables whose values are to be passed as variables into Constructor when binding SPARQL query results to LINQ query results
|
![]() | ExpectTriplesWithOrderedSubjects |
If true the result is expected to have triples and their subjects grouped.For each subject group a new entity is created.
(Inherited from SparqlQueryContext.) |
![]() | HasMemberInitExpression |
Returns true if the LINQ query uses an expression to initialize the results members
|
![]() | InstanceUri |
Get the instance URI in the type-instance query
|
![]() | IsInstanceQuery |
Get the flag that indicates if this query is a simple type-instance query
which can have optimised processing
|
![]() | MemberAssignment |
Gets the list of tuples that map LINQ result instance members to the SPARQL variable that provides the value for that instance
|
![]() | OrderingDirections |
Get the list of ordering directions for the sort expressions in the SPARQL query.
(Inherited from SparqlQueryContext.) |
![]() | SparqlQuery |
Get the SPARQL query that is generated from the LINQ
(Inherited from SparqlQueryContext.) |
![]() | TypeUri |
Get the type URI in the type-instance query
|