ObjectContext::ExecuteStoreQuery Method
.NET Framework (current version)
Namespace:
System.Data.Objects
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | ExecuteStoreQuery<TElement>(String^, array<Object^>^) | Executes a query directly against the data source that returns a sequence of typed results. |
![]() | ExecuteStoreQuery<TEntity>(String^, String^, MergeOption, array<Object^>^) | Executes a query directly against the data source and returns a sequence of typed results. Specify the entity set and the merge option so that query results can be tracked as entities. |
Show:
