ObjectQueryTObject Properties |
The ObjectQueryTObject generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | ElementType |
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
|
![]() | Expression |
Gets the expression tree that is associated with the instance of IQueryable.
|
![]() | Provider |
Gets the query provider that is associated with this data source.
|
![]() | Repository |
The repository, which is queried by this query
|
![]() | Transaction |
The transaction to which this query is bound
|