| C1.Data.2 Assembly > C1.Data Namespace > C1DataSetLogic Class : GetParentRow Event |
'Declaration Public Event GetParentRow As GetListEventHandler
public event GetListEventHandler GetParentRow
The event handler receives an argument of type GetListEventArgs containing data related to this event. The following GetListEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| List | This argument contains the list of rows. In events returning a list, create a new ArrayList object, fill it with rows and assign to the List argument. In events returning a single row (for example, GetParentRow:C1DataSetLogic event), add a single row to the list. |
| RelationName | The name of the relation (in GetRows:C1DataView event, empty if the view is not a child view). |
| Row | The row on which to base the list. In GetParentRow:C1DataSetLogic event, the parent row of the view, if it is a child view. In GetChildRows:C1DataSetLogic event, the parent row for which to return child rows. |
C1DataSetLogic Class
C1DataSetLogic Members
C1ExpressConnection Class
View Relations