Property Datbase Filename for DbConnection. If different than current database (or database not open) closes DbConnection and opens new using this filename.

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

Syntax

C#
public string DatabaseFilename { get; set; }
Visual Basic
Public Property DatabaseFilename As String
	Get
	Set

Remarks

string read/write

See Also