EntityType Class
Represents the structure of an EntitySet. In the conceptual-model this represents the shape and structure of an entity. In the store model this represents the structure of a table. To change the Schema and Table name use EntitySet.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Metadata.Edm.MetadataItem
System.Data.Entity.Core.Metadata.Edm.GlobalItem
System.Data.Entity.Core.Metadata.Edm.EdmType
System.Data.Entity.Core.Metadata.Edm.StructuralType
System.Data.Entity.Core.Metadata.Edm.EntityTypeBase
System.Data.Entity.Core.Metadata.Edm.EntityType
Name | Description | |
---|---|---|
![]() | Abstract | Gets a value indicating whether this type is abstract or not.(Inherited from EdmType.) |
![]() | BaseType | Gets the base type of this type.(Inherited from EdmType.) |
![]() | BuiltInTypeKind | Gets the built-in type kind for this EntityType.(Overrides MetadataItem.BuiltInTypeKind.) |
![]() | DeclaredMembers | Gets the collection of declared members for the entity type. |
![]() | DeclaredNavigationProperties | Gets the declared navigation properties associated with the entity type. |
![]() | DeclaredProperties | Gets the list of declared properties for the entity type. |
![]() | Documentation | Gets or sets the documentation associated with this type.(Inherited from MetadataItem.) |
![]() | FullName | Gets the full name of this type.(Inherited from EdmType.) |
![]() | KeyMembers | Gets the list of all the key members for the current entity or relationship type.(Inherited from EntityTypeBase.) |
![]() | KeyProperties | Gets the list of all the key properties for this entity type.(Inherited from EntityTypeBase.) |
![]() | Members | Gets the list of members on this type.(Inherited from StructuralType.) |
![]() | MetadataProperties | Gets the list of properties of the current type.(Inherited from MetadataItem.) |
![]() | Name | Gets the name of this type.(Inherited from EdmType.) |
![]() | NamespaceName | Gets the namespace of this type.(Inherited from EdmType.) |
![]() | NavigationProperties | Gets the navigation properties of this EntityType. |
![]() | Properties | Gets the list of properties for this EntityType. |
Name | Description | |
---|---|---|
![]() | AddAnnotation(String, Object) | Adds or updates an annotation with the specified name and value.(Inherited from MetadataItem.) |
![]() | AddKeyMember(EdmMember) | Adds the specified property to the list of keys for the current entity.(Inherited from EntityTypeBase.) |
![]() | AddMember(EdmMember) | Adds a member to this type(Inherited from StructuralType.) |
![]() | AddNavigationProperty(NavigationProperty) | Adds the specified navigation property to the members of this type. The navigation property is added regardless of the read-only flag. |
![]() ![]() | Create(String, String, DataSpace, EntityType, IEnumerable<String>, IEnumerable<EdmMember>, IEnumerable<MetadataProperty>) | The factory method for constructing the EntityType object. |
![]() ![]() | Create(String, String, DataSpace, IEnumerable<String>, IEnumerable<EdmMember>, IEnumerable<MetadataProperty>) | The factory method for constructing the EntityType object. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetCollectionType() | Returns an instance of the CollectionType whose element type is this type.(Inherited from EdmType.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetReferenceType() | Returns a RefType object that references this EntityType . |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveAnnotation(String) | Removes an annotation with the specified name.(Inherited from MetadataItem.) |
![]() | RemoveMember(EdmMember) | Removes the specified key member from the collection.(Inherited from EntityTypeBase.) |
![]() | ToString() | Returns the full name of this type.(Inherited from EdmType.) |
Name | Description | |
---|---|---|
![]() | GetKeyProperties() | Overloaded. Gets the key properties declared directly on the EntityType(Defined by MetadataWorkspaceExtensions.) |
![]() | GetRootOrSelf() | Returns this EntityType if it has no base type. Otherwise, returns the top-most base type.(Defined by MetadataWorkspaceExtensions.) |
![]() | IsDerivedType() | Determines whether the specified entity type is a derived type.(Defined by MetadataWorkspaceExtensions.) |
![]() | IsJoinTable(StoreItemCollection) | We can infer that something is a join table in the SSDL if: 1. There are two associations originating from it 2. The two ends on the table are * 3. The other ends on the associations are 1 4. The number of properties in the table is equal to the sum of all the key properties on the other ends of both associations 5. All properties in the table are key properties(Defined by MetadataWorkspaceExtensions.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.