![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Extension methods to any IFunction. More...
Static Public Member Functions | |
| static DataObject | Execute (this IFunction function, Invoke request, IGroupResolver group, IVariableResolver resolver, IRequest query) |
| Executes the function given the cintext provided. More... | |
| static SqlType | ReturnType (this IFunction function, Invoke request, IRequest query, IVariableResolver resolver) |
Extension methods to any IFunction.
Definition at line 27 of file FunctionExtensions.cs.
|
inlinestatic |
Executes the function given the cintext provided.
| function | The function to execute. |
| request | The invocation information that was used to resolve the function. |
| group | |
| resolver | |
| query |
Definition at line 38 of file FunctionExtensions.cs.
|
inlinestatic |
Definition at line 46 of file FunctionExtensions.cs.
1.8.10