Overload List

  NameDescription
Public methodExecuteFunction<(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.)
Public methodExecuteFunction<(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.)

See Also