Skip to main content
Version: 2025

DataType

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.50 (5.0.0.0)

Specifies the SAL value interpretation used by a data field.

public enum DataType : Enum

Fields

NameDescriptionValue
BinaryBinary data represented through hexadecimal field text.
DateTimeDate and time data, represented by SalDateTime.
NumberNumeric data, represented by SalNumber.
StringText data, represented by the SAL string type.

Used By

NameDescription
SalDataField.DataTypeGets or sets the SAL data type used for validation and formatting.
SalTableColumn.DataTypeGets or sets the SAL data type used to interpret cell values.
SalTableWindow.CreateColumnCreates and attaches a dynamic SAL column.