[]
Provides a set of values for use with the FieldType property of the Field class.
public enum FieldTypeEnum
Name | Description |
---|---|
Boolean | Specifies that the field contains a Boolean value. |
Date | Specifies that the field contains a date value. |
Double | Specifies that the field contains a double value. |
Float | Specifies that the field contains a float value. |
Int32 | Specifies that the field contains an integer value. |
None | No type is specified for the data value. |
String | Specifies that the field contains a string value. |