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