Click or drag to resize

DataAccessObjectQueryTObject Properties

The DataAccessObjectQueryTObject generic type exposes the following members.

Properties
  NameDescription
Public propertyDataAccessQuery
Translates the query and returns a DataAccessQuery
Public propertyElementType
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
(Inherited from ObjectQueryTObject.)
Public propertyExpression
Gets the expression tree that is associated with the instance of IQueryable.
(Inherited from ObjectQueryTObject.)
Public propertyProvider
Gets the query provider that is associated with this data source.
(Inherited from ObjectQueryTObject.)
Public propertyRepository
The repository, which is queried by this query
(Inherited from ObjectQueryTObject.)
Public propertyTransaction
The transaction to which this query is bound
(Inherited from ObjectQueryTObject.)
Top
See Also