AssociationSetEnd 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.
Class representing a AssociationSet End
public sealed class AssociationSetEnd : System.Data.Entity.Core.Metadata.Edm.MetadataItem
type AssociationSetEnd = class
inherit MetadataItem
Public NotInheritable Class AssociationSetEnd
Inherits MetadataItem
- Inheritance
Properties
BuiltInTypeKind |
Gets the built-in type kind for this AssociationSetEnd. |
CorrespondingAssociationEndMember |
Gets the End member that this AssociationSetEnd object corresponds to. |
Documentation |
Gets or sets the documentation associated with this type. (Inherited from MetadataItem) |
EntitySet |
Gets the entity set referenced by this End role. |
MetadataProperties |
Gets the list of properties of the current type. (Inherited from MetadataItem) |
Name |
Gets the name of the End for this AssociationSetEnd. |
ParentAssociationSet |
Gets the parent association set of this AssociationSetEnd. |
Role |
Obsolete.
Gets the name of the End role for this AssociationSetEnd. |
Methods
AddAnnotation(String, Object) |
Adds or updates an annotation with the specified name and value. (Inherited from MetadataItem) |
RemoveAnnotation(String) |
Removes an annotation with the specified name. (Inherited from MetadataItem) |
ToString() |
Returns the name of the End role for this AssociationSetEnd. |
Applies to
Entity Framework