The SparqlLinqQueryContext type exposes the following members.

Properties

  NameDescription
Public propertyAnonymousMembersMap
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.)
Public propertyConstructor
Gets the constructor to be invoked when binding SPARQL query results to LINQ query results
Public propertyConstructorArgs
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
Public propertyExpectTriplesWithOrderedSubjects
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.)
Public propertyHasMemberInitExpression
Returns true if the LINQ query uses an expression to initialize the results members
Public propertyInstanceUri
Get the instance URI in the type-instance query
Public propertyIsInstanceQuery
Get the flag that indicates if this query is a simple type-instance query which can have optimised processing
Public propertyMemberAssignment
Gets the list of tuples that map LINQ result instance members to the SPARQL variable that provides the value for that instance
Public propertyOrderingDirections
Get the list of ordering directions for the sort expressions in the SPARQL query.
(Inherited from SparqlQueryContext.)
Public propertySparqlQuery
Get the SPARQL query that is generated from the LINQ
(Inherited from SparqlQueryContext.)
Public propertyTypeUri
Get the type URI in the type-instance query

See Also