Returns parent rows for a given DataRow
public static IEnumerable<DataRow> GetParentRows(this DataRow drow)| parameter | description |
|---|---|
| drow | Source row to retrieve parents for |
All parents pointing to the specified row
- class DataRowExtensions
- namespace Wokhan.Data.Extensions