DataTableClearEventArgs::Table Property

 

Gets the table whose rows are being cleared.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
property DataTable^ Table {
	DataTable^ get();
}

Property Value

Type: System.Data::DataTable^

The DataTable whose rows are being cleared.

.NET Framework
Available since 2.0
Return to top
Show: