Enum CodeGenerationState
Relation between the generated code in NetServer and the actual database state, applies to both tables and fields
Namespace: SuperOffice.Data.Dictionary
Assembly: SoDataBase.dll
Syntax
public enum CodeGenerationState
Fields
Name | Description |
---|---|
GeneratedAndInDatabase | The normal state for 'our' stuff: Known at generation time, and present in the database |
GeneratedButMissingFromDatabase | Probably a NetServer newer than the database: Code generation, but the object is not in the database |
InDatabaseButNotGenerated | Partner addition, or an obsolete NetServer: Object in database but not known to our code |