1 write to DeleteOnNull
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
559
am.
DeleteOnNull
= OptionalBoolAttribute(reader, XmlMappingConstant.DeleteOnNull, false);
2 references to DeleteOnNull
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
1259
if (assocMap.
DeleteOnNull
== true) {
1323
return this.assocMap.
DeleteOnNull
;