3 writes to Auto
System.Data (3)
fx\src\data\System\Data\DataColumn.cs (3)
257
this.AutoInc.
Auto
= value;
601
this.AutoInc.
Auto
= inc.Auto; // recreate with correct datatype
1816
clone.
Auto
= this.Auto;
3 references to Auto
System.Data (3)
fx\src\data\System\Data\DataColumn.cs (3)
236
return ((null != autoInc) && (autoInc.
Auto
));
601
this.AutoInc.Auto = inc.
Auto
; // recreate with correct datatype
1816
clone.Auto = this.
Auto
;