3 overrides of InheritanceBase
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (1)
723public override MetaType InheritanceBase {
Mapping\MappedMetaModel.cs (2)
808public override MetaType InheritanceBase { 1612public override MetaType InheritanceBase {
4 references to InheritanceBase
System.Data.Linq (2)
ChangeProcessor.cs (1)
265SendOnValidate(type.InheritanceBase, item, changeAction);
DataServices.cs (1)
182SendOnLoaded(type.InheritanceBase, item);
System.Web.DynamicData (2)
DynamicData\ModelProviders\DLinqTableProvider.cs (2)
22ParentEntityType = rowType.InheritanceBase != null ? rowType.InheritanceBase.Type : null;