DataRowView::IsNew Property
.NET Framework (current version)
Indicates whether a DataRowView is new.
Assembly: System.Data (in System.Data.dll)
After you call you call AddNew, IsNew will be true for the returned DataRowView. IsNew will be true until either EndEdit is called on the DataRowView, or AddNew is called again. (There is only one new row.)
.NET Framework
Available since 1.1
Available since 1.1
Show: