BusinessRules Enumeration | 
 
            BusinessRules
            
 
    Namespace: 
   WorkflowGen.My.Integration
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic enum BusinessRules
Public Enumeration BusinessRules
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | CantExportADatabindListInCSVFormat | 0 | 
            CantExportADatabindListInCSVFormat
             | 
 | CantFindTheProvidedListName | 1 | 
            CantFindTheProvidedListName
             | 
 | CommandDoesntContainsSelect | 2 | 
            CommandDoesntContainsSelect
             | 
 | 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