Data for Silverlight
Find メソッド

検索する値。
指定されたキーを DataTable.PrimaryKey 列に持つ DataRow を検索します。
構文
'宣言
 
Public Function Find( _
   ByVal key As System.Object _
) As DataRow
public DataRow Find( 
   System.object key
)

パラメータ

key
検索する値。

戻り値の型

指定されたキーを持つ DataRow オブジェクト。
参照

DataRowCollection クラス
DataRowCollection メンバ