ComponentOne DataObjects for .NET
RowStateFilter Property

C1.Data.2 Assembly > C1.Data Namespace > C1DataView Class : RowStateFilter Property
Gets or sets the row state filter used in the data view.
Syntax
'Declaration
 
Public Property RowStateFilter As DataViewRowStateEnum
public DataViewRowStateEnum RowStateFilter {get; set;}
Remarks
Using this property you can select only added rows, or only deleted rows, or only modified rows, or a combination of those states, see DataViewRowStateEnum.

Using the Deleted row state filter is only allowed for simple tables (TableName property is set), it is not allowed for table views (TableViewName property is set).

See Also

Reference

C1DataView Class
C1DataView Members