Inheritance Properties

Entity Framework inheritance has the following properties.

General

Base Class, Derived Class

Access

The accessibility level of the type in the model. May be Public and Internal.

Attributes

Attributes of the object.

BaseType

Base type of the entity.

Delete

The stored procedure to be used for deleting records.

Documentation

Long Description

Detailed description for the entity.

Summary

Brief description for the entity.

Entity Set

The Entity Set containing instances of the class.

Has Stream

Specifies that the entity has a related media resource stream supported by the WCF Data Services client library, which enables retrieving and updating binary data through the Open Data Protocol (OData).

Inheritance Modifier

Class inheritance modifier. The Inheritance Modifier property can take the None, Abstract, or Sealed value.

None

The default value. No inheritance modification is performed.

Abstract

Specifies that the class is abstract.

Sealed

Setting Inheritance Modifier to Sealed forbids further inheritance. In this case, the class cannot be a base class.

Insert

The stored procedure to be used for inserting records.

Name

The name of the class.

Properties

Contains the collection of class properties.

Shape Color

The color of objects on the diagram.

Update

The stored procedure to be used for updating records.

Misc

Type

Type of the hierarchy - Table Per Type, Table Per Hierarchy, or Table Per Concrete Type.

ExpandedToggleIcon        See Also


Send feedback on this topic

© 2008 - 2024 Devart. All rights reserved.