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