StiAppDatabaseRecords Class
Namespace: Stimulsoft.Base.Server
Constructors
| Constructor | Description |
|---|---|
| StiAppDatabaseRecords(List<StiAppsRecord> records, long totalCount) |
StiAppDatabaseRecords(records: List<StiAppsRecord>, totalCount: long)
Parameters
- records (List<StiAppsRecord>)
- totalCount (long)
Properties
| Property | Type | Description |
|---|---|---|
| Columns | List<StiAppsColumn> | A collection of the column names. |
| Records | List<StiAppsRecord> | A collection of the records. |
| TotalCount | long | A total count of the records. |