See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get the ConnectionString of the database connection.
Null is returned if an xml file is used.
Namespace: NTier.Designer.BusinessAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public virtual string ConnectionString { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property ConnectionString As String
Get |
| Visual C++ |
|---|
public:
virtual property String^ ConnectionString {
String^ get ();
} |
Property Value
Type:
String
See Also