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