ObjectQuery<T> Properties
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | CommandText | Returns the command text for the query.(Inherited from ObjectQuery.) |
![]() | Context | Gets the object context associated with this object query.(Inherited from ObjectQuery.) |
![]() | EnablePlanCaching | Gets or sets a value that indicates whether the query plan should be cached.(Inherited from ObjectQuery.) |
![]() | MergeOption | Gets or sets how objects returned from a query are added to the object context. (Inherited from ObjectQuery.) |
![]() | Name | Gets or sets the name of this object query. |
![]() | Parameters | Gets the parameter collection for this object query.(Inherited from ObjectQuery.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IListSource::ContainsListCollection | Gets a value that indicates whether the collection returned by the query contains collection objects.(Inherited from ObjectQuery.) |
![]() ![]() | IQueryable::ElementType | Gets the result element type for this query instance.(Inherited from ObjectQuery.) |
![]() ![]() | IQueryable::Expression | Gets the expression describing this query. (Inherited from ObjectQuery.) |
![]() ![]() | IQueryable::Provider | Gets the LINQ IQueryProvider associated with this query instance.(Inherited from ObjectQuery.) |


