MappableFieldType Enumeration |
Enum which is used to specify the type of mappable entity field the containing object represents.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public enum MappableFieldType
Public Enumeration MappableFieldType
Members
| Member name | Value | Description |
---|
| FieldElement | 0 | |
| ForeignKeyField | 1 | |
See Also