DataPA Enterprise Dashboard Controls API Reference
Gets a data table with all rows.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: DataTable
A data table with all rows.

Remarks

Data table contains a boolean column, _ProcessFlag, that is true for all the selected rows.

See Also