3 writes to autoSync
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
997
this.
autoSync
= AutoSync.OnInsert;
1001
this.
autoSync
= cmap.AutoSync;
1005
this.
autoSync
= AutoSync.Always;
1 reference to autoSync
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1121
get { return this.
autoSync
; }