Miado - Much-improved ADO.Net
Assembly: Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)
Gets or sets the connection string.
Namespace:
MiadoAssembly: Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)
Syntax
| C# |
|---|
public string ConnectionString { get; protected set; } |
| Visual Basic (Declaration) |
|---|
Public Property ConnectionString As String |
| Visual C++ |
|---|
public: virtual property String^ ConnectionString { String^ get () sealed; void set (String^ value) sealed; } |