2 writes to childKey
System.Data (2)
fx\src\data\System\Data\RelatedView.cs (2)
26
this.
childKey
= new DataKey(columns, true);
37
this.
childKey
= new DataKey(childKeyColumns, true);
8 references to childKey
System.Data (8)
fx\src\data\System\Data\RelatedView.cs (8)
28
Debug.Assert(this.Table ==
childKey
.Table, "Key.Table Must be equal to Current Table");
38
Debug.Assert (this.Table ==
childKey
.Table, "Key.Table Must be equal to Current Table");
61
object[] childValues = row.GetKeyValues(
childKey
, version);
98
addNewRowView.Row.SetKeyValues(
childKey
, GetParentValues());
116
return (CompareArray(this.
childKey
.ColumnsReference, other.
childKey
.ColumnsReference) && CompareArray(this.filterValues, other.filterValues));
121
return (CompareArray(this.
childKey
.ColumnsReference, other.
childKey
.ColumnsReference) &&