DataRow.SetParentRow メソッド (DataRow)
指定した新しい親 DataRow を使用して、 DataRow の親行を設定します。
Overloads Public Sub SetParentRow( _
ByVal parentRow As DataRow _)
[C#]
public void SetParentRow(DataRowparentRow);
[C++]
public: void SetParentRow(DataRow* parentRow);
[JScript]
public function SetParentRow(
parentRow : DataRow);
パラメータ
- parentRow
新しい親 DataRow 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
DataRow クラス | DataRow メンバ | System.Data 名前空間 | DataRow.SetParentRow オーバーロードの一覧