ObjectContext.ExecuteStoreQuery Method
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ExecuteStoreQuery<TElement>(String, Object[]) | Executes a query directly against the data source that returns a sequence of typed results. |
|
ExecuteStoreQuery<TEntity>(String, String, MergeOption, 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. |