Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 507 Bytes

File metadata and controls

22 lines (14 loc) · 507 Bytes

DataRowExtensions.GetParentRows method

Returns parent rows for a given DataRow

public static IEnumerable<DataRow> GetParentRows(this DataRow drow)
parameter description
drow Source row to retrieve parents for

Return Value

All parents pointing to the specified row

See Also