2 writes to unique
System.Data (2)
fx\src\data\System\Data\DataColumn.cs (2)
1248this.unique = value; 1276this.unique = value;
2 references to unique
System.Data (2)
fx\src\data\System\Data\DataColumn.cs (2)
1223return unique; 1229if (unique != value) {