Class FunctionConstants
Constants associated with the functions aspect of SQL Race
Inheritance
System.Object
FunctionConstants
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public static class FunctionConstants : Object
Fields
FunctionOutputGroup
Function output group for the output session
Declaration
public const string FunctionOutputGroup = "FUNCTIONS_PARAMETER_OUTPUT"
Field Value
Type | Description |
---|---|
System.String |
FunctionsApplication
The default application group to create parameters under
Declaration
public const string FunctionsApplication = "Functions"
Field Value
Type | Description |
---|---|
System.String |
FunctionsGroup
Function default group under the application
Declaration
public const string FunctionsGroup = "FUNCTIONS_PARAMETERS"
Field Value
Type | Description |
---|---|
System.String |
FunctionsGroupDescription
Function default Group description
Declaration
public const string FunctionsGroupDescription = "Default function group"
Field Value
Type | Description |
---|---|
System.String |