IEstimate.DbConnection Property

Gets the direct access to the database connection.
ReadOnly Property DbConnection() As DbConnection
This language is not supported or no code example is available.
DbConnection DbConnection {get;}
This language is not supported or no code example is available.

Property Value

DbConnection

The connection to the estimate's underlying database.

Remarks
 
This method provides access to the low-level functionality which may be potentially dangerous. To avoid harming the database, use it only if you know exactly what you’re doing and when you perfectly know how the database is structured.
Version
 
Available since QDV 7.15.562.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition