this returns a list of all database tables, ordered by the most referenced tables, which need to be created first and can be deleted last
More...
this returns a list of all database tables, ordered by the most referenced tables, which need to be created first and can be deleted last
◆ GetDBNames()
static List< string > Ict.Petra.Shared.TTableList.GetDBNames |
( |
| ) |
|
|
inlinestatic |
get the names of the tables, ordered by constraint dependancy. first the tables that other depend upon
- Returns
◆ GetDBNamesAvailableForCustomReport()
static List< string > Ict.Petra.Shared.TTableList.GetDBNamesAvailableForCustomReport |
( |
| ) |
|
|
inlinestatic |
get the names of the tables that are available for use in custom report
- Returns
◆ GetDBSequenceNames()
static List< string > Ict.Petra.Shared.TTableList.GetDBSequenceNames |
( |
| ) |
|
|
inlinestatic |
get the names of the sequences of the whole database
- Returns
The documentation for this class was generated from the following file: