1 reference to Insert
System.Data.Common (1)
System\Data\DataRowCollection.cs (1)
127internal void ArrayInsert(DataRow row, int pos) => row.RBTreeNodeId = _list.Insert(pos, row);