1 write to step
System.Data (1)
fx\src\data\System\Data\DataColumn.cs (1)
1867
this.
step
= value;
7 references to step
System.Data (7)
fx\src\data\System\Data\DataColumn.cs (7)
1858
get { return this.
step
; }
1863
if (this.
step
!= value) {
1865
this.current = unchecked(this.current - this.
step
+ value);
1873
this.current = unchecked(this.current + this.
step
);
1884
this.current = unchecked(v + this.
step
);
1889
return (((this.
step
< 0) && (value <= this.current)) || ((0 < this.
step
) && (this.current <= value)));