2 writes to _childKey
System.Data.Common (2)
System\Data\RelatedView.cs (2)
25
_childKey
= new DataKey(columns, true);
36
_childKey
= new DataKey(childKeyColumns, true);
8 references to _childKey
System.Data.Common (8)
System\Data\RelatedView.cs (8)
27
Debug.Assert(Table ==
_childKey
.Table, "Key.Table Must be equal to Current Table");
37
Debug.Assert(Table ==
_childKey
.Table, "Key.Table Must be equal to Current Table");
64
object[] childValues = row.GetKeyValues(
_childKey
, version);
83
addNewRowView.Row.SetKeyValues(
_childKey
, GetParentValues()!);
106
return (CompareArray(
_childKey
.ColumnsReference, other.
_childKey
.ColumnsReference) && CompareArray(_filterValues, other._filterValues));
115
return (CompareArray(
_childKey
.ColumnsReference, other.
_childKey
.ColumnsReference) &&