Intersoft WebGrid Documentation
SetParentRow(DataRow) Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ObjectRow Class > SetParentRow Method : SetParentRow(DataRow) Method






parentRow

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SetParentRow( _
   ByVal parentRow As DataRow _
) 
Visual Basic (Usage)Copy Code
Dim instance As ObjectRow
Dim parentRow As DataRow
 
instance.SetParentRow(parentRow)
C# 
public void SetParentRow( 
   DataRow parentRow
)
Delphi 
public procedure SetParentRow( 
    parentRow: DataRow
); 
JScript 
public function SetParentRow( 
   parentRow : DataRow
);
Managed Extensions for C++ 
public: void SetParentRow( 
   DataRow* parentRow
) 
C++/CLI 
public:
void SetParentRow( 
   DataRow^ parentRow
) 

Parameters

parentRow

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.