33 references to Key
System.Data (33)
fx\src\data\System\Data\RbTree.cs (27)
456
SetKey (mainTreeNode,
Key
(y_id));
503
SetKey (mainTreeNode,
Key
(y_id));
566
int c = (root_id == NIL) ? CompareNode (
Key
(x_id),
Key
(z_id)) : CompareSateliteTreeNode (
Key
(x_id),
Key
(z_id));
587
SetKey (z_id,
Key
(Next (z_id)));
596
newMainTreeNodeId = GetNewNode (
Key
(z_id));
685
SetKey(mainTreeNodeID,
Key
(x_id));
693
c = (root_id == NIL) ? CompareNode (
Key
(x_id),
Key
(y_id)) : CompareSateliteTreeNode (
Key
(x_id),
Key
(y_id));
800
key =
Key
(x_id.NodeID);
892
SetKey (z_id,
Key
(y_id)); // assign all values from y to z
908
SetKey (mNode,
Key
(root_id));
984
SetKey (mNode,
Key
(root_id));
1177
c = (root_id == NIL) ? CompareNode (key,
Key
(x_id)) : CompareSateliteTreeNode (key,
Key
(x_id));
1204
c = CompareNode (key,
Key
(x_id));
1235
return
Key
(GetNodeByIndex(index).NodeID);
1248
else if (!
Key
(nodeId).Equals(key)) {
1309
int mainTreeNodeId = SearchSubTree(NIL,
Key
(node));
1516
if ( (Object)
Key
(nodeId) == (Object)item) {
1569
array.SetValue(
Key
(x_id), index + i);
1588
array[index + i] =
Key
(x_id);
1999
current = tree.
Key
(index);
fx\src\data\System\Data\Selection.cs (6)
543
c = column.CompareValueTo(records.
Key
(x), key);
551
c = column.CompareValueTo(records.
Key
(x), key);
578
c = CompareRecordToKey(records.
Key
(x), key);
593
c = CompareRecords(records.
Key
(x), record);
611
int c = comparison(key, (TRow)table.recordManager[records.
Key
(x)]);
945
int record = records.
Key
(curNodeId);