RelationshipEndMember Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RelationshipEndMember class
public abstract class RelationshipEndMember : System.Data.Entity.Core.Metadata.Edm.EdmMember
type RelationshipEndMember = class
inherit EdmMember
Public MustInherit Class RelationshipEndMember
Inherits EdmMember
- Inheritance
- Derived
Properties
BuiltInTypeKind |
Gets the built-in type kind for this type. (Inherited from MetadataItem) |
DeclaringType |
Gets the type on which this member is declared. (Inherited from EdmMember) |
DeleteBehavior |
Gets the operational behavior of this relationship end member. |
Documentation |
Gets or sets the documentation associated with this type. (Inherited from MetadataItem) |
IsStoreGeneratedComputed |
Tells whether this member is marked as a Computed member in the EDM definition (Inherited from EdmMember) |
IsStoreGeneratedIdentity |
Tells whether this member's Store generated pattern is marked as Identity in the EDM definition (Inherited from EdmMember) |
MetadataProperties |
Gets the list of properties of the current type. (Inherited from MetadataItem) |
Name |
Gets or sets the name of the property. Setting this from a store-space model-convention will change the name of the database column for this property. In the conceptual model, this should align with the corresponding property from the entity class and should not be changed. (Inherited from EdmMember) |
RelationshipMultiplicity |
Gets the multiplicity of this relationship end member. |
TypeUsage |
Gets the instance of the TypeUsage class that contains both the type of the member and facets for the type. (Inherited from EdmMember) |
Methods
AddAnnotation(String, Object) |
Adds or updates an annotation with the specified name and value. (Inherited from MetadataItem) |
GetEntityType() |
Access the EntityType of the EndMember in an association. |
RemoveAnnotation(String) |
Removes an annotation with the specified name. (Inherited from MetadataItem) |
ToString() |
Returns the name of this member. (Inherited from EdmMember) |
Applies to
Entity Framework