ObjectQuery<T> Properties

 

Namespace:   System.Data.Objects
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

NameDescription
System_CAPS_pubpropertyCommandText

Returns the command text for the query.(Inherited from ObjectQuery.)

System_CAPS_pubpropertyContext

Gets the object context associated with this object query.(Inherited from ObjectQuery.)

System_CAPS_pubpropertyEnablePlanCaching

Gets or sets a value that indicates whether the query plan should be cached.(Inherited from ObjectQuery.)

System_CAPS_pubpropertyMergeOption

Gets or sets how objects returned from a query are added to the object context. (Inherited from ObjectQuery.)

System_CAPS_pubpropertyName

Gets or sets the name of this object query.

System_CAPS_pubpropertyParameters

Gets the parameter collection for this object query.(Inherited from ObjectQuery.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyIListSource::ContainsListCollection

Gets a value that indicates whether the collection returned by the query contains collection objects.(Inherited from ObjectQuery.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIQueryable::ElementType

Gets the result element type for this query instance.(Inherited from ObjectQuery.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIQueryable::Expression

Gets the expression describing this query. (Inherited from ObjectQuery.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIQueryable::Provider

Gets the LINQ IQueryProvider associated with this query instance.(Inherited from ObjectQuery.)

Return to top
Show: