Overload List

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

See Also