ReferentialConstraint Class

Definition

Describes the referential constraints on the relationships in a conceptual model.

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

Properties

BuiltInTypeKind

Gets the built-in type kind for this ReferentialConstraint.

Documentation

Gets or sets the documentation associated with this type.

(Inherited from MetadataItem)
FromProperties

Gets the list of properties for the "from role" on which this ReferentialConstraint is defined.

FromRole

Gets the "from role" that takes part in this ReferentialConstraint.

MetadataProperties

Gets the list of properties of the current type.

(Inherited from MetadataItem)
ToProperties

Gets the list of properties for the "to role" on which this ReferentialConstraint is defined.

ToRole

Gets the "to role" that takes part in this ReferentialConstraint.

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 combination of the names of the FromRole and the ToRole.

Applies to