StiAppsColumn Class
Namespace: Stimulsoft.Base.AppsDatabase
Constructors
| Constructor | Description |
|---|---|
| StiAppsColumn() | |
| StiAppsColumn(string name, StiAppsColumnType type) | |
| StiAppsColumn(string name, StiAppsColumnType type, bool isNull) |
StiAppsColumn()
StiAppsColumn(name: string, type: StiAppsColumnType)
Parameters
- name (string)
- type (StiAppsColumnType)
StiAppsColumn(name: string, type: StiAppsColumnType, isNull: bool)
Parameters
- name (string)
- type (StiAppsColumnType)
- isNull (bool)
Properties
| Property | Type | Description |
|---|---|---|
| DefaultValue | object | |
| Description | string | |
| IsNull | bool | |
| IsSystem | bool | |
| Name | string | Gets or sets a name of the table column. |
| Size | int? | |
| Type | StiAppsColumnType | Get or sets a type of the table column. |
Methods
| Method | Returns | Description |
|---|---|---|
| ConvertTypeToDataColumnType | Type | |
| ToString | string |
Method Details
ConvertTypeToDataColumnType
ConvertTypeToDataColumnType(): Type
Returns Type
ToString
ToString(): string
Returns string