BusinessRules Enumeration |
BusinessRules
Namespace:
WorkflowGen.My.Integration
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public enum BusinessRules
Public Enumeration BusinessRules
Members
| Member name | Value | Description |
---|
| CantExportADatabindListInCsvFormat | 0 |
CantExportADatabindListInCSVFormat
|
| CantFindTheProvidedListName | 1 |
CantFindTheProvidedListName
|
| CommandDoesNotContainsSelect | 2 |
CommandDoesNotContainsSelect
|
| CouldNotFindColumn | 3 |
CouldNotFindColumn
|
| CouldNotLoadProviderNameOrConnectionString | 4 |
CouldNotLoadProviderNameOrConnectionString
|
| CouldNotLoadTable | 5 |
CouldNotLoadTable
|
| ListNameNeedToBeUnique | 6 |
listNameNeedToBeUnique
|
| NoSemicolonAreAllowed | 7 |
NoSemicolonAreAllowed
|
| NoTwoColumnsWithSameNameAllowed | 8 |
NoTwoColumnsWithSameNameAllowed
|
| OnlyAdministratorCanPerformThisTask | 9 |
OnlyAdministratorCanPerformThisTask
|
| OrderByIsNotAllowedInCommand | 10 |
OrderByIsNotAllowedInCommand
|
See Also