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