Click or drag to resize
Grid Solutions Framework

DatabaseNotifierDatabaseConnnectionString Property

Gets or sets the connection string used for database operation. Leave blank to use local configuration database defined in "systemSettings".

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("")]
public string DatabaseConnnectionString { get; set; }
View Source

Property Value

String
See Also