Data for Silverlight
Find Method

C1.Silverlight.Data Namespace > DataRowCollection Class : Find Method
Value to look for.
Finds the DataRow that has the specified key in its DataTable.PrimaryKey column.
Syntax
'Declaration
 
Public Function Find( _
   ByVal key As Object _
) As DataRow
public DataRow Find( 
   object key
)

Parameters

key
Value to look for.

Return Value

A DataRow object that has the specified key.
See Also

Reference

DataRowCollection Class
DataRowCollection Members