Click or drag to resize
Grid Solutions Framework

DatabaseOperationReportingLevel Enumeration

Defines the reporting level for database operations.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.232-beta
Syntax
public enum DatabaseOperationReportingLevel
Members
Member nameValueDescription
FailuresOnly0 Report database operation results only when operation fails.
SuccessesOnly1 Report database operation results only when operation succeeds.
AllOperations2 Report database operation results for all operations.
None3 No database operation results will be reported.
See Also