EdmNavigationProperty.DeclaringEntityType Property

Gets the entity type that this navigation property belongs to.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property DeclaringEntityType As IEdmEntityType 
    Get
'Usage
Dim instance As EdmNavigationProperty 
Dim value As IEdmEntityType 

value = instance.DeclaringEntityType
public IEdmEntityType DeclaringEntityType { get; }
public:
property IEdmEntityType^ DeclaringEntityType {
    IEdmEntityType^ get ();
}
member DeclaringEntityType : IEdmEntityType
function get DeclaringEntityType () : IEdmEntityType

Property Value

Type: Microsoft.Data.Edm.IEdmEntityType
The entity type that this navigation property belongs to.

See Also

Reference

EdmNavigationProperty Class

Microsoft.Data.Edm.Library Namespace