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