Interface IVirtualParameterCompiler
The FunctionCompiler interface.
Namespace: MESL.SqlRace.Domain.VirtualParameters
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IVirtualParameterCompiler
Methods
GetExecutingFunction(String)
Gets the Executing Function.
Declaration
IVirtualTemplate GetExecutingFunction(string functionText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | functionText | The C# Code to be executed. |
Returns
| Type | Description |
|---|---|
| IVirtualTemplate | The IFunctionTemplate. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentException | Any Exception That is Thrown. |