The EntityType type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateEntity |
Creates an entity with this EntityType.
|
|
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetDataProperty | (Inherited from StructuralType.) | |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
|
GetNavigationProperty |
Returns the NavigationProperty with the specified name.
Returns null if none is found.
|
|
GetProperty |
Returns either the DataProperty or the NavigationProperty with the specified name.
Returns null if none is found.
(Overrides StructuralTypeGetProperty(String).) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
ToString |
Returns the 'Name' of this EntityType.
(Overrides ObjectToString.) |
See Also