[This is preliminary documentation and is subject to change.]

The database connection string that is only available within the framework of the DBLayer. This should only be set through a constructor so this is not available outside the DBLayer. A default conection string is assumed if not set.

Namespace:  OfficeClip.DBLayer
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected string DBConnString { get; set; }
Visual Basic (Declaration)
Protected Property DBConnString As String
Visual C++
protected:
property String^ DBConnString {
	String^ get ();
	void set (String^ value);
}

See Also