Interface IFunction
An interface for functions
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IFunction
Methods
Execute(IExecutionContext)
The implementation of a function that will be executed when a data request is made on one of its function parameters.
Declaration
void Execute(IExecutionContext executionContext)
Parameters
Type | Name | Description |
---|---|---|
IExecutionContext | executionContext | The execution context. |