DiscriminatorValueType Enumeration |
Enum to store the discriminator value type in the project XML file.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public enum DiscriminatorValueType
Public Enumeration DiscriminatorValueType
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| Int64 | 1 | |
| Int32 | 2 | |
| Int16 | 3 | |
| Byte | 4 | |
| String | 5 | |
| Guid | 6 | |
| Decimal | 7 | |
See Also