Interface ICSharpFunctionImplementationDefinition
Interface to the implementation of a C# function.
Inherited Members
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. |