Interface IFdlFunctionImplementationDefinition
Interface to the implementation of an FDL function.
Inherited Members
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. |