Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ RelatedView() [2/2]

System.Data.RelatedView.RelatedView ( DataRowView parentRowView,
DataKey parentKey,
DataColumn[] childKeyColumns )
inline

Definition at line 29 of file RelatedView.cs.

30 : base(childKeyColumns[0].Table, locked: false)
31 {
32 _filterValues = null;
33 _parentRowView = parentRowView;
34 _parentKey = parentKey;
35 _childKey = new DataKey(childKeyColumns, copyColumns: true);
37 }
readonly? DataKey _parentKey
Definition RelatedView.cs:7
readonly DataRowView _parentRowView
readonly object[] _filterValues
readonly DataKey _childKey
Definition RelatedView.cs:9

References System.Data.RelatedView._childKey, System.Data.RelatedView._filterValues, System.Data.RelatedView._parentKey, System.Data.RelatedView._parentRowView, and System.Data.DataView.ResetRowViewCache().