2 references to GetChildRows
System.Data.Common (2)
System\Data\DataRow.cs (1)
832return DataRelation.GetChildRows(relation.ParentKey, relation.ChildKey, this, version);
System\Data\ForeignKeyConstraint.cs (1)
512if (DataRelation.GetChildRows(ParentKey, ChildKey, row, DataRowVersion.Default).Length > 0)