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