ProjectDB Class

Access to 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 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 GetDataTable(string, string) Gets table
Public method GetEnumerationSets() Gets array containg enumration names
Public method GetUserTemplate(string) Gets table containg user template
Public method GetUserTemplates() Gets array containg user templates names
Public method NewDataRows(string, int) Pre create new rows from a table
Public method UpdateDataRows(string, DataRow[], out string) Update data rows
Top
T.Toolkit.ProjectDB

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition