StiDataSchema Class
Namespace: Stimulsoft.Base
This class describes a data schema in data source.
Inheritance
Inherits from: StiObjectSchema
Constructors
| Constructor | Description |
|---|---|
| StiDataSchema() | |
| StiDataSchema(StiConnectionIdent ident) |
StiDataSchema()
StiDataSchema(ident: StiConnectionIdent)
Parameters
- ident (StiConnectionIdent)
Properties
| Property | Type | Description |
|---|---|---|
| ConnectionIdent | StiConnectionIdent | A type of the connection from which this schema is created. |
| Queries | List<StiDataTableSchema> | A list of sql queries in the schema. |
| Relations | List<StiDataRelationSchema> | A list of relations for this schema. |
| StoredProcedures | List<StiDataTableSchema> | A list of stored procedures in the schema. |
| Tables | List<StiDataTableSchema> | A list of tables in the schema. |
| Views | List<StiDataTableSchema> | A list of views in the schema. |
Methods
| Method | Returns | Description |
|---|---|---|
| GetDataSet | DataSet | |
| IsEmpty | bool | |
| Sort | StiDataSchema |
Method Details
GetDataSet
GetDataSet(): DataSet
Returns DataSet
IsEmpty
IsEmpty(): bool
Returns bool
Sort
Sort(): StiDataSchema
Returns StiDataSchema