IIndependentAdapterManagerDatabaseConnectionString Property
Gets or sets the connection string used for database operations. Leave blank to use local configuration database defined in "systemSettings".
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
string DatabaseConnectionString { get; set; }
Property DatabaseConnectionString As String
Get
Set
property String^ DatabaseConnectionString {
String^ get ();
void set (String^ value);
}
function get_DatabaseConnectionString();
function set_DatabaseConnectionString(value);
Property Value
String