MetaAssociation Class

Definition

Represents an association relationship between two entity types.

public ref class MetaAssociation abstract
public abstract class MetaAssociation
type MetaAssociation = class
Public MustInherit Class MetaAssociation
Inheritance
MetaAssociation

Constructors

MetaAssociation()

Initializes a new instance of the MetaAssociation class.

Properties

DeleteOnNull

When overridden in a derived class, gets a value that indicates whether the object should be deleted when the association is set to null.

DeleteRule

When overridden in a derived class, gets the behavior when the child is deleted.

IsForeignKey

When overridden in a derived class, gets a value that indicates whether the other type is the parent of this type.

IsMany

When overridden in a derived class, gets a value that indicates whether the association represents a one-to-many relationship.

IsNullable

When overridden in a derived class, gets a value that indicates whether the association can be null.

IsUnique

When overridden in a derived class, gets a value that indicates whether the association is unique.

OtherKey

When overridden in a derived class, gets a list of members that represents the values on the other side of the association.

OtherKeyIsPrimaryKey

When overridden in a derived class, gets a value that indicates whether the OtherKey forms the identity of the other type.

OtherMember

When overridden in a derived class, gets the member on the other side of this association that represents the reverse association.

OtherType

When overridden in a derived class, gets the type on the other side of the association.

ThisKey

When overridden in a derived class, gets a list of members representing the values on this side of the association.

ThisKeyIsPrimaryKey

When overridden in a derived class, gets a value that indicates whether ThisKey forms the identity of this type.

ThisMember

When overridden in a derived class, gets the member on this side that represents the association.

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 a string that represents the current object.

(Inherited from Object)

Applies to