StiDataColumnSchema Class
Namespace: Stimulsoft.Base
This class describes a column in data schema table.
Inheritance
Inherits from: StiObjectSchema
Constructors
| Constructor | Description |
|---|---|
| StiDataColumnSchema() | |
| StiDataColumnSchema(string name, Type type) |
StiDataColumnSchema()
StiDataColumnSchema(name: string, type: Type)
Parameters
- name (string)
- type (Type)
Properties
| Property | Type | Description |
|---|---|---|
| Description | string | |
| IsNull | bool | |
| Size | int? | |
| Type | Type | A type of the column. |