The SparqlQueryContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SparqlQueryContext(String) |
Creates a new SparqlQueryContext instance
|
![]() | SparqlQueryContext(String, IEnumerable<(Of <<'(Tuple<(Of <<'(String, String>)>>)>)>>)) |
Creates a new SparqlQueryContext instance
|
![]() | SparqlQueryContext(String, IEnumerable<(Of <<'(Tuple<(Of <<'(String, String>)>>)>)>>), IEnumerable<(Of <<'(OrderingDirection>)>>)) |
Creates a new SparqlQueryContext instance
|
Methods
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | 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
|
![]() | ExpectTriplesWithOrderedSubjects |
If true the result is expected to have triples and their subjects grouped.For each subject group a new entity is created.
|
![]() | OrderingDirections |
Get the list of ordering directions for the sort expressions in the SPARQL query.
|
![]() | SparqlQuery |
Get the SPARQL query that is generated from the LINQ
|