Enum DefaultType
Default value type
Namespace: XData
Assembly: XData.docfx.dll
Syntax
[DataContract]
public enum DefaultType
Fields
| Name | Description |
|---|---|
| AutoIncrement | Auto increment value as default |
| Const | Constant value as default |
| CurrentDate | Current date |
| CurrentDateTime | Current date and time |
| CurrentDateTimeUtc | Current date and time UTC |
| NewGuid | New GUID as default |
| None | No default value |
| UserName | Current user name |
| Variable | Variable value as default |