2 overrides of Step
System.Data (2)
fx\src\data\System\Data\DataColumn.cs (2)
1857
internal override long
Step
{
1925
internal override long
Step
{
3 writes to Step
System.Data (3)
fx\src\data\System\Data\DataColumn.cs (3)
325
this.AutoInc.
Step
= value;
603
this.AutoInc.
Step
= inc.Step;
1818
clone.
Step
= this.Step;
3 references to Step
System.Data (3)
fx\src\data\System\Data\DataColumn.cs (3)
320
return ((null != this.autoInc) ? this.autoInc.
Step
: 1L);
603
this.AutoInc.Step = inc.
Step
;
1818
clone.Step = this.
Step
;