System.Data.RecordManager.SetRowCache C# (CSharp) Метод

SetRowCache() приватный Метод

private SetRowCache ( DataRow newRows ) : void
newRows DataRow
Результат void
        internal void SetRowCache(DataRow[] newRows)
        {
            _rows = newRows;
            _lastFreeRecord = _rows.Length;
            _recordCapacity = _lastFreeRecord;
        }