1 write to InheritanceCode
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
496tm.InheritanceCode = OptionalAttribute(reader, XmlMappingConstant.InheritanceCode);
3 references to InheritanceCode
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
429if (typeMapping.InheritanceCode != null || typeMapping.DerivedTypes.Count > 0) { 500if (typeMap.InheritanceCode != null) { // Mapping with no inheritance code: For example, an unmapped intermediate class in a hierarchy. 507object keyValue = DBConvert.ChangeType(typeMap.InheritanceCode, this.Discriminator.Type);