ProcessDataRequestEventArgsRawData Property |
|
DataPA OpenAnalytics API Reference
Gets a data table with all rows.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DataTable RawData { get; }
Public ReadOnly Property RawData As DataTable
Get
public:
virtual property DataTable^ RawData {
DataTable^ get () sealed;
}
Return Value
Type:
DataTableA data table with all rows.
Remarks Data table contains a boolean column, _ProcessFlag, that is true for all the selected rows.
See Also