Click or drag to resize
Grid Solutions Framework

DatabaseNotifierDatabaseMaximumWriteInterval Property

Gets or sets the maximum interval, in seconds, at which the adapter can execute database operations. Set to zero for no delay.

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

Property Value

Double
See Also