ObjectContext::ExecuteFunction Method
.NET Framework (current version)
Namespace:
System.Data.Objects
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | ExecuteFunction(String^, array<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, 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<T>. |
![]() | ExecuteFunction<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<T>. |
Show:
