ObjectContext.ExecuteFunction 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 | |
|---|---|---|
|
ExecuteFunction<TElement>(String, 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<T>. |
|
ExecuteFunction(String, ObjectParameter[]) | Executes a stored procedure or function that is defined in the data source and expressed in the conceptual model; discards any results returned from the function; and returns the number of rows affected by the execution. |
|
ExecuteFunction<TElement>(String, MergeOption, 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<T>. |