2 writes to _parentRowView
System.Data.Common (2)
System\Data\RelatedView.cs (2)
23
_parentRowView
= null;
34
_parentRowView
= parentRowView;
4 references to _parentRowView
System.Data.Common (4)
System\Data\RelatedView.cs (4)
48
if (!
_parentRowView
!.HasRecord())
52
return _parentKey!.Value.GetKeyValues(
_parentRowView
.GetRecord());
117
_parentRowView
!.Equals(other.
_parentRowView
));