AssociationSetEnd Class

Definition

Represents the End of the association set in a conceptual model.

public ref class AssociationSetEnd sealed : System::Data::Metadata::Edm::MetadataItem
public sealed class AssociationSetEnd : System.Data.Metadata.Edm.MetadataItem
type AssociationSetEnd = class
    inherit MetadataItem
Public NotInheritable Class AssociationSetEnd
Inherits MetadataItem
Inheritance
AssociationSetEnd

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

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns the name of the End role for this AssociationSetEnd.

Applies to