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