DataView::FindRows Method (array<Object^>^)
.NET Framework (current version)
Returns an array of DataRowView objects whose columns match the specified sort key value.
Assembly: System.Data (in System.Data.dll)
Parameters
- key
-
Type:
array<System::Object^>^
An array of column values, typed as Object, to search for.
Return Value
Type: array<System.Data::DataRowView^>^An array of DataRowView objects whose columns match the specified sort key value; or, if no rows contain the specified sort key values, an empty DataRowView array.
.NET Framework
Available since 1.1
Available since 1.1
Show: