Enum SchemaDatabaseColumn
Defines constants for available schema database columns
Namespace: TimeCockpit.Data.DataModel
Assembly: TimeCockpit.Data.dll
Syntax
public enum SchemaDatabaseColumn
Fields
| Name | Description |
|---|---|
| IsNullable | Indicates if a model element is nullable. |
| PropertyLengthPrecision | Length/precision of the model element. Only available on properties (i.e. classes derived from ModelProperty. |
| PropertyScale | Scale of the model element. Only available on properties (i.e. classes derived from ModelProperty. |