Show / Hide Table of Contents

Interface ICSharpFunctionImplementationDefinition

Interface to the implementation of a C# function.

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

Properties

FunctionCode

The C# code that constitutes this function.

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

The code.

Back to top Generated by DocFX