The ModelEntityType type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddMember(String) |
Adds a scalar member to this entity type.
| |
AddMember(String, Type, Boolean) |
Adds a scalar member to this entity type.
| |
AddMember(String, Type, Boolean, Int32) |
Adds a scalar member to this entity type.
| |
AddNavigationMember(String, ModelAssociationSet) |
Adds a navigation property to the entity type.
| |
AddNavigationMember(String, ModelAssociationSet, String, String) |
Adds a navigation property to the entity type.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetOrCreateMember(String) |
Retrieves a scalar member in this entity type, or creates it if not found
| |
GetOrCreateMember(String, Type, Boolean) |
Retrieves a scalar member in this entity type, or creates it if not found
| |
GetOrCreateMember(String, Type, Boolean, Int32) |
Retrieves a scalar member in this entity type, or creates it if not found
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
InheritsFrom |
True if the specified entity type inherits from this entity type.
| |
IsSubtypeOf |
True if the specified entity type is a parent somewhere in the inheritance chain for this entity type.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Remove |
Removes the object from the model.
| |
ToString | (Inherited from Object.) |