NavigationProperty Class

Definition

Represents the navigation from one entity type to another entity type in the conceptual model .

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

Remarks

For more information about how to use the NavigationProperty in a conceptual model, see NavigationProperty element (CSDL).

Properties

BuiltInTypeKind

Gets the built-in type kind for this NavigationProperty.

DeclaringType

Gets the type on which this member is declared.

(Inherited from EdmMember)
Documentation

Gets or sets the documentation associated with this type.

(Inherited from MetadataItem)
FromEndMember

Gets the "from" relationship end member in this navigation.

MetadataProperties

Gets the list of properties of the current type.

(Inherited from MetadataItem)
Name

Gets the name of this member.

(Inherited from EdmMember)
RelationshipType

Gets the relationship type that this navigation property operates on.

ToEndMember

Gets the "to" relationship end member of this navigation.

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

Equals(Object)

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

(Inherited from Object)
GetDependentProperties()

Gets the foreign key properties for a navigation property that is on the dependent end of a referential constraint.

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 this member.

(Inherited from EdmMember)

Applies to