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 [ ];
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.
DataView Members DataView.FindRows Overload List
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph