1 write to _step
System.Data.Common (1)
System\Data\DataColumn.cs (1)
2023_step = value;
7 references to _step
System.Data.Common (7)
System\Data\DataColumn.cs (7)
2010get { return (long)_step; } 2017if (_step != value) 2021_current = checked(_current - _step + value); 2030_current = checked(_current + _step); 2043_current = v + _step; 2048((_step < 0) && (value <= _current)) || ((0 < _step) && (_current <= value));