DataViewSetting::RowStateFilter Property
.NET Framework (current version)
Gets or sets a value indicating whether to display Current, Deleted, Modified Current, ModifiedOriginal, New, Original, Unchanged, or no rows in the DataView.
Assembly: System.Data (in System.Data.dll)
public: property DataViewRowState RowStateFilter { DataViewRowState get(); void set(DataViewRowState value); }
The default value of RowStateFilter is DataViewRowState.CurrentRows.
.NET Framework
Available since 1.1
Available since 1.1
Show: