1 write to step
System.Data (1)
fx\src\data\System\Data\DataColumn.cs (1)
1935
this.
step
= value;
7 references to step
System.Data (7)
fx\src\data\System\Data\DataColumn.cs (7)
1926
get { return (long)this.
step
; }
1931
if (this.
step
!= value) {
1933
this.current = checked(this.current - this.
step
+ value);
1941
this.current = checked(this.current + this.
step
);
1951
this.current = v + this.
step
;
1956
return (((this.
step
< 0) && (value <= this.current)) || ((0 < this.
step
) && (this.current <= value)));