Enum FieldType
The IField types.
Namespace: PushTechnology.ClientInterface.Data.Record.Schema
Assembly: Diffusion.Client.dll
Syntax
public enum FieldType
Remarks
Implemented in Version 6.0.
Fields
| Name | Description |
|---|---|
| DECIMAL | A decimal field type. |
| INTEGER | An integer field type. |
| STRING | A plain string field type. |