Overload List
| Name | Description | |
|---|---|---|
| ExecuteFunction<(Of <<'(TElement>)>>)(String, array<ObjectParameter>[]()[][]) | Executes a stored procedure or function that is defined in the data source and mapped in the conceptual model, with the specified parameters. Returns a typed ObjectResult<(Of <(<'T>)>)>. (Inherited from ObjectContext.) | |
| ExecuteFunction<(Of <<'(TElement>)>>)(String, MergeOption, array<ObjectParameter>[]()[][]) | Executes the given stored procedure or function that is defined in the data source and expressed in the conceptual model, with the specified parameters, and merge option. Returns a typed ObjectResult<(Of <(<'T>)>)>. (Inherited from ObjectContext.) |