ObjectContext::ExecuteFunction Method

.NET Framework (current version)
 

Namespace:   System.Data.Objects
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

NameDescription
System_CAPS_pubmethodExecuteFunction(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.

System_CAPS_pubmethodExecuteFunction<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>.

System_CAPS_pubmethodExecuteFunction<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>.

Return to top
Show: