Entity Types - Complex Types - Associations - Entity Sets - Association Sets - Function Imports - Redefining Services
Entity Types - Complex Types - Associations - Entity Sets - Association Sets - Function Imports - Redefining Services
Complex Types
Associations
Entity Sets
Association Sets
Function Imports
Redefining Services
Data Model :
Describes the organization and relationship of data resources with
in a business scenario.
Entity Types
Complex Types
Associations
Entity Sets
Association Sets
Function Imports
Entity Types :
Describe the structure of data in the Entity Data Model (EDM).
Entity types represent a specific type of data, for example an item
or a concept.
Properties define the characteristics of the data that an entity type instance
will contain at runtime.
An Entity Key is formed from a subset of the properties of the entity type.
Association :
An Association is a named relationship between two entity types.
Every association includes two association ends, which specify the entity
types that are related and the cardinality rules for each end of the
association.
Navigation Properties :
Describe the navigation path between the relationship of an
entity. It is the property of an Entity that represents a link from the Entity to
one or more related Entities.
Complex Types :
Complex types are structural types similar to an entity type; the main
difference is that complex types have no identity and cannot support
associations.
Entity Sets :
Used to group together instances of an entity type together with
instances of any type that are derived from this particular entity type.
Association Sets :
Function Imports :
Redefine a service
Extend the existing model
Overwrite existing model