The SparqlLinqQueryContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SparqlLinqQueryContext |
Creates a new query context instance
|
Methods
Name | Description | |
---|---|---|
![]() | ApplyMemberInitExpression<(Of <<'(T>)>>) |
Applies the LINQ expression used to initialize result members to a SPARQL result binding
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MapRow |
Applies the Constructor and MemberAssignment information to bind
a SPARQL results row to a new LINQ result object
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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
|