asp.net.ph

DataView.FindRows Method ( Object )

System.Data Namespace   DataView Class


Returns an array of DataRowView objects whose columns match the specified sort key value.

[ VB ]
Overloads Public Function FindRows ( _
   ByVal key As Object _
) As DataRowView ( )

[ C# ]
public DataRowView [ ] FindRows (
   object key
);

[ C++ ]
public: DataRowView [ ] FindRows (
   Object* key
);

[ JScript ]
public function FindRows (
   key : Object
) : DataRowView [ ];

Parameters

key
The column value, typed as Object, to search for.

Return Value

An array of DataRowView objects whose columns match the specified sort key value; or, if no rows contain the specified sort key value, an empty DataRowView array.

See Also

DataView Members   DataView.FindRows Overload List Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note