37 references to Key
System.Data.Common (37)
System\Data\RbTree.cs (31)
465SetKey(mainTreeNode, Key(y_id)); 520SetKey(mainTreeNode, Key(y_id)); 552return (root_id == NIL) ? CompareNode(Key(x_id), Key(z_id)) : CompareSatelliteTreeNode(Key(x_id), Key(z_id)); 586int c = (root_id == NIL) ? CompareNode(Key(x_id), Key(z_id)) : CompareSatelliteTreeNode(Key(x_id), Key(z_id)); 612SetKey(z_id, Key(Next(z_id))); 622newMainTreeNodeId = GetNewNode(Key(z_id)); 717SetKey(mainTreeNodeID, Key(x_id)); 725c = (root_id == NIL) ? CompareNode(Key(x_id), Key(y_id)) : CompareSatelliteTreeNode(Key(x_id), Key(y_id)); 833key = Key(x_id._nodeID); 926SetKey(z_id, Key(y_id)); // assign all values from y to z 943SetKey(mNode, Key(root_id)); 1026SetKey(mNode, Key(root_id)); 1221c = (root_id == NIL) ? CompareNode(key, Key(x_id)) : CompareSatelliteTreeNode(key, Key(x_id)); 1251c = CompareNode(key, Key(x_id)); 1285return Key(GetNodeByIndex(index)._nodeID); 1299else if (!Key(nodeId)!.Equals(key)) 1362int mainTreeNodeId = SearchSubTree(NIL, Key(node)); 1583if ((object)Key(nodeId)! == (object)item!) 1644array.SetValue(Key(x_id), index + i); 1669array[index + i] = Key(x_id)!; 2088_current = _tree.Key(_index);
System\Data\Selection.cs (6)
556c = column.CompareValueTo(_records.Key(x), key); 566c = column.CompareValueTo(_records.Key(x), key); 599c = CompareRecordToKey(_records.Key(x), key); 618c = CompareRecords(_records.Key(x), record); 635int c = comparison(key, (TRow)_table._recordManager[_records.Key(x)]!); 1015int record = _records.Key(curNodeId);