| 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.1.0.0 (5.1.0)
Syntaxpublic 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