FieldTypeKind Enumeration |
Enum which is used to specify what kind of type the field type is
Namespace: SD.LLBLGen.Pro.ApplicationCoreAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public enum FieldTypeKind
Public Enumeration FieldTypeKind
Members
| Member name | Value | Description |
---|
| DotNetType | 0 |
The field is of a .NET type
|
| ValueTypeDefinition | 1 |
The field is of a ValueType
|
See Also