Click or drag to resize
DebugSettings.FinalizeData Property
Method that finalizes the data prior the reporting

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public Action<DataTable> FinalizeData { get; set; }

Property Value

Type: Action<DataTable>
See Also