1 write to seed
System.Data (1)
fx\src\data\System\Data\DataColumn.cs (1)
1919this.seed = value;
2 references to seed
System.Data (2)
fx\src\data\System\Data\DataColumn.cs (2)
1914get { return this.seed; } 1916if ((this.current == this.seed) || this.BoundaryCheck(value)) {