FrameView.Where Method |
Name | Description | |
---|---|---|
![]() | Where(Func<FrameRow, Boolean>) |
Selects rows matching the given criteria.
|
![]() | Where<T>(String, Func<T, Boolean>) |
Selects rows in which the value of the given column matches the given criteria.
|