See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set the ConnectionString that's used to import the database schema.
Namespace: NTier.AppWizard.ModelAssembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
Syntax
C# |
---|
public string ConnectionString { get; set; } |
Visual Basic |
---|
Public Property ConnectionString As String
Get
Set |
Visual C++ |
---|
public:
property String^ ConnectionString {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
String
See Also