Click or drag to resize

DataAccessObjectQueryTObject Methods

The DataAccessObjectQueryTObject generic type exposes the following members.

Methods
  NameDescription
Public methodCreateQueryTElement (Overrides ObjectQueryTObjectCreateQueryTElement(Expression).)
Public methodExecuteTResult(Expression)
Executes the specified expression.
(Inherited from ObjectQueryTObject.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from ObjectQueryTObject.)
Public methodReadCount
Executes the query and returns the result records count.
(Overrides ObjectQueryTObjectReadCount.)
Public methodReadToBuffer
Executes the query and returns the result in a buffer
(Overrides ObjectQueryTObjectReadToBuffer(NullableInt32).)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also