Show / Hide Table of Contents

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.

Back to top Generated by DocFX