ConnString Property

Soulstone

Soulstone
Gets or sets the connection string.

Namespace:  Soulstone.Data
Assembly:  Soulstone.Data (in Soulstone.Data.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ConnString { get; set; }
Visual Basic (Declaration)
Public Property ConnString As String
Visual C++
public:
property String^ ConnString {
	String^ get ();
	void set (String^ value);
}

See Also