Access to Project Configuration Tables
Namespace:
T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)
Top
Assembly: T.Toolkit (in T.Toolkit.dll)
| Name | Description | |
|---|---|---|
|
ApplyProjectChanges() | Apply project changes |
|
GetDataRow(string, string) | Gets a row from table |
|
GetDataTable(string, string) | Gets table |
|
GetEnumerationSet(string) | Gets table containg enumeration name |
|
GetEnumerationSets() | Gets array containg enumration names |
|
GetUserTemplate(string) | Gets table containg user template |
|
GetUserTemplates() | Gets array containg user templates names |
|
NewDataRows(string, int) | Pre create new rows from a table |
|
UpdateDataRows(string, DataRow[], out string) | Update data rows |
T.Toolkit.ProjectDB