QDVArticleDatabase.DbConnection Property

Gets the direct access to the database connection.
public DbConnection DbConnection {get;}
This language is not supported or no code example is available.

Property Value

DbConnection

The connection to the 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.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition