1 write to deleteOnNull
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
1340this.deleteOnNull = attr.DeleteOnNull;
2 references to deleteOnNull
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (2)
1351if (deleteOnNull == true) { 1411get { return this.deleteOnNull; }