The default BrightstarDB connection string
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public static string ConnectionString { get; set; } |
| Visual Basic |
|---|
Public Shared Property ConnectionString As String Get Set |
| Visual C++ |
|---|
public: static property String^ ConnectionString { String^ get (); void set (String^ value); } |
| F# |
|---|
static member ConnectionString : string with get, set |