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