DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
A data table with all rows.
Gets a data table with all rows.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DataTable RawData { get; } |
Visual Basic |
---|
Public ReadOnly Property RawData As DataTable Get |
Visual C++ |
---|
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.