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




Home
Suggested Reading


Previous page Back to top Next page

© 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