RowFilter Property (DataSet)
In This Topic
Gets or sets the expression used to filter which data rows are included in the current data set. This property is be assigned to the RowFilter property of the underlying DataTable object.
Syntax
'Declaration
Public Property RowFilter As String
public string RowFilter {get; set;}
See Also