Gets the connection string provided with this provider.
Namespace:
CuttingEdge.LoggingAssembly: CuttingEdge.Logging (in CuttingEdge.Logging.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ConnectionString As String |
| C# |
|---|
public string ConnectionString { get; } |
| Visual C++ |
|---|
public: property String^ ConnectionString { String^ get (); } |
| JavaScript |
|---|
function get_connectionString(); |