The SparqlLinqQueryContext type exposes the following members.

Constructors

  NameDescription
Public methodSparqlLinqQueryContext
Creates a new query context instance

Methods

  NameDescription
Public methodApplyMemberInitExpression<(Of <<'(T>)>>)
Applies the LINQ expression used to initialize result members to a SPARQL result binding
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMapRow
Applies the Constructor and MemberAssignment information to bind a SPARQL results row to a new LINQ result object
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

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