2 references to GetChildRows
System.Data (2)
fx\src\data\System\Data\DataRow.cs (1)
770return DataRelation.GetChildRows(relation.ParentKey, relation.ChildKey, this, version);
fx\src\data\System\Data\ForeignKeyConstraint.cs (1)
461if (DataRelation.GetChildRows(this.ParentKey, this.ChildKey, row, DataRowVersion.Default).Length > 0) {