Show / Hide Table of Contents

Interface IFdlFunctionImplementationDefinition

Interface to the implementation of an FDL function.

Inherited Members
IFunctionImplementationDefinition.FromDto(FunctionImplementationDefinitionDto)
IFunctionImplementationDefinition.ToDto()
IFunctionImplementationDefinition.ImplementationId
Namespace: MESL.SqlRace.Domain.Functions.Fdl
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IFdlFunctionImplementationDefinition : IFunctionImplementationDefinition

Properties

FunctionCode

The FDL code that constitutes the implementation of this function.

Declaration
string FunctionCode { get; set; }
Property Value
Type Description
System.String

The function code.

Back to top Generated by DocFX