Interface ICustomFunctionBuilder
Provides an interface for the implementation of function builders which are external to this project.
Inherited Members
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface ICustomFunctionBuilder : IFunctionBuilder
  Properties
Name
Gets the name of this function builder
Declaration
string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name.  | 
      
UniqueId
Gets the unique identifier.
Declaration
Guid UniqueId { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Guid | The unique identifier.  |