DataType
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
Data typed for the SalDataField and SalTableColumn controls.
- C#
- VB.NET
public enum DataType : Enum
Public Enum DataType As [Enum]
Fields
| Name | Description |
|---|---|
| Binary | binary |
| DateTime | datetime |
| Number | number |
| String | string |
Used By
| Name | Description |
|---|---|
| SalDataField.DataType | Value type of the text box control. |
| SalTableColumn.DataType | Value type of the text box control. |
| SalTableWindow.CreateColumn | Creates a table window column of string data type at runtime. When you return to design mode, destroys the column. |