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.0.0.0 (5.0.0)
Syntax
public enum FieldTypeKind
Members
  Member nameValueDescription
DotNetType0 The field is of a .NET type
ValueTypeDefinition1 The field is of a ValueType
See Also