DataTableClearEventArgs.Table Property

Definition

Gets the table whose rows are being cleared.

public:
 property System::Data::DataTable ^ Table { System::Data::DataTable ^ get(); };
public System.Data.DataTable Table { get; }
member this.Table : System.Data.DataTable
Public ReadOnly Property Table As DataTable

Property Value

The DataTable whose rows are being cleared.

Applies to