ConnectorDataItemClass Properties |
The ConnectorDataItemClass generic type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectionString |
Gives database connection string of the app used
| |
| DB |
Database object. Sets with method SetDB.
| |
| NameUnchanged |
Flag no change value in field Name Default: false
| |
| NameUnique |
Flag whether Name unique Default: false
| |
| Provider |
Gives data provider type back.
| |
| RecordStandard |
Which data items read from database? All, active or archived records.
| |
| SortDirectionStandard |
Standard sort direction by sort field for example method GeAll
| |
| SortFieldStandard |
Standard sort field for example method GeAll
| |
| UserName |
Gives user name of the app used
| |
| XML |
XML object. Sets with method SetDB
|