DataType
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.50 (5.0.0.0)
Identifies the value representation used by SAL data fields and table columns.
- C#
- VB.NET
public enum DataType : Enum
Public Enum DataType As [Enum]
Fields
| Name | Description | Value |
|---|---|---|
| Binary | Binary data. | |
| DateTime | Date and time data represented by SalDateTime. | |
| Number | Numeric data represented by SalNumber. | |
| String | Text data, corresponding to the SAL string data type. |
Used By
| Name | Description |
|---|---|
| SalDataField.DataType | Gets or sets the data type used to interpret and format field values. |
| SalTableColumn.DataType | Gets or sets the value type used by the column cells. |
| SalTableWindow.CreateColumn | Creates a dynamic column with an explicit data type. |