Overload List
| Name | Description | |
|---|---|---|
| ExecuteStoreQuery<(Of <<'(TElement>)>>)(String, array<Object>[]()[][]) | Executes a query directly against the data source that returns a sequence of typed results. (Inherited from ObjectContext.) | |
| ExecuteStoreQuery<(Of <<'(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. (Inherited from ObjectContext.) |