ProjectDB Class
Name | Description | |
---|---|---|
![]() |
ApplySolutionChanges() | Apply project changes, restarting processes fully |
![]() |
ApplySolutionChanges(bool) | Apply project changes |
![]() |
ApplySolutionChangesAsync() | Apply project changes, restarting processes fully async |
![]() |
ApplySolutionChangesAsync(bool) | Apply project changes async |
![]() |
CreateTableFromTag(string, bool) | Create a table containg full tag name (flat) from 'tagName' parameter. Columns: Name and Type |
![]() |
GetDataRow(string, string) | Gets a row from table |
![]() |
GetDataRowAsync(string, string) | Gets a row from table async |
![]() |
GetDataTable(string, string) | Gets table |
![]() |
GetDataTableAsync(string, string) | Gets table async |
![]() |
GetEnumerationSets() | Gets array containg enumration names |
![]() |
GetEnumerationSetsAsync() | Gets array containg enumration names async |
![]() |
GetUserTemplate(string) | Gets table containg user template |
![]() |
GetUserTemplateAsync(string) | Gets table containg user template async |
![]() |
GetUserTemplates() | Gets array containg user templates names |
![]() |
GetUserTemplatesAsync() | Gets array containg user templates names async |
![]() |
NewDataRows(string, int) | Pre create new rows from a table |
![]() |
NewDataRowsAsync(string, int) | Pre create new rows from a table async |
![]() |
UpdateDataRows(string, DataRow[], out string) | Update data rows |
![]() |
UpdateDataRowsAsync(string, DataRow[], TRef<string>) | Update data rows async |
T.Toolkit.ProjectDB