1 write to _step
System.Data.Common (1)
System\Data\DataColumn.cs (1)
2028_step = value;
7 references to _step
System.Data.Common (7)
System\Data\DataColumn.cs (7)
2015get { return (long)_step; } 2022if (_step != value) 2026_current = checked(_current - _step + value); 2035_current = checked(_current + _step); 2048_current = v + _step; 2053((_step < 0) && (value <= _current)) || ((0 < _step) && (_current <= value));