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