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