SetParentRow(DataRow,DataRelation) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub SetParentRow( _
ByVal As System.Data.DataRow, _
ByVal As System.Data.DataRelation _
)
public void SetParentRow(
System.Data.DataRow ,
System.Data.DataRelation
)
Parameters
- parentRow
- relation
See Also