Property This is the database connection, can be opened seperately and assigned with this property, must be in the Open state, otherwise and exception is thrown

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public OleDbConnection DbConnection { get; set; }
Visual Basic
Public Property DbConnection As OleDbConnection
	Get
	Set

Remarks

OleDbConnection read/write

Exceptions

ExceptionCondition
WaterSim_DB_Exception if OleDbConnection value passed is not valid or open.
WaterSim_DB_Exception if OleDbConnection value is null.

See Also