See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get the ConnectionString that's used to import the database schema.

Namespace: NTier.AppWizard.Model
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0

Syntax

C#
public string ConnectionString { get; protected set; }
Visual Basic
Public Property ConnectionString As String
	Get
	Protected Set
Visual C++
public:
property String^ ConnectionString {
	String^ get ();
	protected: void set (String^ value);
}

Property Value

Type: String

See Also