ProjectDB Class

Access to Solution Project Configuration Tables
Public Class ProjectDB 
Implements IDisposable
This language is not supported or no code example is available.
public class ProjectDB : IDisposable
This language is not supported or no code example is available.
Methods
 
Name Description
Public method ApplySolutionChanges() Apply project changes, restarting processes fully
Public method ApplySolutionChanges(bool) Apply project changes
Public method ApplySolutionChangesAsync() Apply project changes, restarting processes fully async
Public method ApplySolutionChangesAsync(bool) Apply project changes async
Public method CreateTableFromTag(string, bool) Create a table containg full tag name (flat) from 'tagName' parameter. Columns: Name and Type
Public method GetDataRow(string, string) Gets a row from table
Public method GetDataRowAsync(string, string) Gets a row from table async
Public method GetDataTable(string, string) Gets table
Public method GetDataTableAsync(string, string) Gets table async
Public method GetEnumerationSets() Gets array containg enumration names
Public method GetEnumerationSetsAsync() Gets array containg enumration names async
Public method GetUserTemplate(string) Gets table containg user template
Public method GetUserTemplateAsync(string) Gets table containg user template async
Public method GetUserTemplates() Gets array containg user templates names
Public method GetUserTemplatesAsync() Gets array containg user templates names async
Public method NewDataRows(string, int) Pre create new rows from a table
Public method NewDataRowsAsync(string, int) Pre create new rows from a table async
Public method UpdateDataRows(string, DataRow[], out string) Update data rows
Public method UpdateDataRowsAsync(string, DataRow[], TRef<string>) Update data rows async
Top
T.Toolkit.ProjectDB

.NET Framework

Supported in: 4.8

In this article

Definition