Skip to main content

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.

public enum DataType : Enum

Fields

NameDescriptionValue
BinaryBinary data.
DateTimeDate and time data represented by SalDateTime.
NumberNumeric data represented by SalNumber.
StringText data, corresponding to the SAL string data type.

Used By

NameDescription
SalDataField.DataTypeGets or sets the data type used to interpret and format field values.
SalTableColumn.DataTypeGets or sets the value type used by the column cells.
SalTableWindow.CreateColumnCreates a dynamic column with an explicit data type.