FillErrorEventArgs::DataTable Property

 

Gets the DataTable being updated when the error occurred.

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

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

Property Value

Type: System.Data::DataTable^

The DataTable being updated.

.NET Framework
Available since 1.1
Return to top
Show: