4 references to InheritanceMappingAttribute
System.Data.Linq (4)
Mapping\AttributedMetaModel.cs (4)
397
InheritanceMappingAttribute
[] inheritanceInfo = (
InheritanceMappingAttribute
[])type.GetCustomAttributes(typeof(
InheritanceMappingAttribute
), true);
410
foreach (
InheritanceMappingAttribute
attr in inheritanceInfo) {