|  | DeveelDB
    20151217
    complete SQL database system, primarly developed for .NET/Mono frameworks | 
Encapsulates the More...
 
  
 | Public Member Functions | |
| bool | TryGetArgument (string argName, out SqlExpression value) | 
| bool | TryGetArgument (string argName, out DataObject value) | 
| bool | HasArgument (string argName) | 
| InvokeResult | Result (DataObject value) | 
| InvokeResult | Result () | 
| void | SetOutput (string argName, DataObject value) | 
| void | Dispose () | 
| Package Functions | |
| InvokeContext (Invoke invoke, IRoutine routine, IVariableResolver resolver, IGroupResolver group, IRequest request) | |
| Properties | |
| Invoke | Invoke  [get, private set] | 
| Gets the information about the invoke of the routine.  More... | |
| IRoutine | Routine  [get, private set] | 
| Gets the instance of the IRoutine being executed.  More... | |
| RoutineType | RoutineType  [get] | 
| Gets the type of the routine being executed.  More... | |
| SqlExpression[] | Arguments  [get] | 
| Gets the array of expressions forming the arguments of the execution.  More... | |
| IVariableResolver | VariableResolver  [get, private set] | 
| IGroupResolver | GroupResolver  [get, private set] | 
| IRequest | Request  [get, private set] | 
| DataObject[] | EvaluatedArguments  [get] | 
| int | ArgumentCount  [get] | 
| Gets a count of the arguments passed to the routine.  More... | |
| Private Member Functions | |
| ~InvokeContext () | |
| RoutineParameter | GetParameter (string name) | 
| void | Dispose (bool disposing) | 
| Private Attributes | |
| DataObject[] | evaluatedArgs | 
| Dictionary< string, DataObject > | output | 
Encapsulates the
Definition at line 28 of file InvokeContext.cs.
| 
 | inlinepackage | 
Definition at line 32 of file InvokeContext.cs.
| 
 | inlineprivate | 
Definition at line 45 of file InvokeContext.cs.
| 
 | inlineprivate | 
Definition at line 182 of file InvokeContext.cs.
| 
 | inline | 
Definition at line 189 of file InvokeContext.cs.
| 
 | inlineprivate | 
Definition at line 155 of file InvokeContext.cs.
| 
 | inline | 
Definition at line 137 of file InvokeContext.cs.
| 
 | inline | 
Definition at line 141 of file InvokeContext.cs.
| 
 | inline | 
Definition at line 148 of file InvokeContext.cs.
| 
 | inline | 
Definition at line 159 of file InvokeContext.cs.
| 
 | inline | 
Definition at line 107 of file InvokeContext.cs.
| 
 | inline | 
Definition at line 126 of file InvokeContext.cs.
| 
 | private | 
Definition at line 29 of file InvokeContext.cs.
| 
 | private | 
Definition at line 30 of file InvokeContext.cs.
| 
 | get | 
Gets a count of the arguments passed to the routine.
Definition at line 103 of file InvokeContext.cs.
| 
 | get | 
Gets the array of expressions forming the arguments of the execution.
Definition at line 76 of file InvokeContext.cs.
| 
 | get | 
Definition at line 86 of file InvokeContext.cs.
| 
 | getprivate set | 
Definition at line 82 of file InvokeContext.cs.
| 
 | getprivate set | 
Gets the information about the invoke of the routine.
Definition at line 53 of file InvokeContext.cs.
| 
 | getprivate set | 
Definition at line 84 of file InvokeContext.cs.
| 
 | getprivate set | 
Gets the instance of the IRoutine being executed.
Definition at line 59 of file InvokeContext.cs.
| 
 | get | 
Gets the type of the routine being executed.
Definition at line 66 of file InvokeContext.cs.
| 
 | getprivate set | 
Definition at line 80 of file InvokeContext.cs.
 1.8.10
 1.8.10