DataType
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.50 (5.0.0.0)
Specifies the SAL value interpretation used by a data field.
- C#
- VB.NET
public enum DataType : Enum
Public Enum DataType As [Enum]
Fields
| Name | Description | Value |
|---|---|---|
| Binary | Binary data represented through hexadecimal field text. | |
| DateTime | Date and time data, represented by SalDateTime. | |
| Number | Numeric data, represented by SalNumber. | |
| String | Text data, represented by the SAL string type. |
Used By
| Name | Description |
|---|---|
| SalDataField.DataType | Gets or sets the SAL data type used for validation and formatting. |
| SalTableColumn.DataType | Gets or sets the SAL data type used to interpret cell values. |
| SalTableWindow.CreateColumn | Creates and attaches a dynamic SAL column. |