Click or drag to resize
FieldTypeKind Enumeration
Enum which is used to specify what kind of type the field type is

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public enum FieldTypeKind
Members
  Member nameValueDescription
DotNetType0 The field is of a .NET type
ValueTypeDefinition1 The field is of a ValueType
See Also