IManagementDatabaseTable Interface

Represents a table in a management database.
Public Interface IManagementDatabaseTable
This language is not supported or no code example is available.
public interface IManagementDatabaseTable
This language is not supported or no code example is available.
Name Description
Public property Columns Gets columns definitions of the table.
Public property Database Gets the database which contains this table.
Public property ID Gets the ID of this table.
Public property IsEstimateTable Gets a value indicating whether this instance is an estimate table.
Public property Name Gets the name of the table.
Top
Methods
 
Name Description
Public method GetReadOnlyCopyOfWorkbook(WorkbookParameters) Gets the table workbook for read only purposes.
Public method Save() Saves all modified estimates or rows in this table into the database.
Top
Remarks
 
A management database contains exactly one estimate table and zero or more custom tables.
Version
 
Available since QDV 7.14.520.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition