IEdmNavigationTargetMapping Interface

Represents an interface for the target mapping for use in EDM navigation.

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

Syntax

'Declaration
Public Interface IEdmNavigationTargetMapping
'Usage
Dim instance As IEdmNavigationTargetMapping
public interface IEdmNavigationTargetMapping
public interface class IEdmNavigationTargetMapping
type IEdmNavigationTargetMapping =  interface end
public interface IEdmNavigationTargetMapping

The IEdmNavigationTargetMapping type exposes the following members.

Properties

  Name Description
Public property NavigationProperty Gets or sets the navigation property.
Public property TargetEntitySet Gets or sets the entity set associated with the target.

Top

See Also

Reference

Microsoft.Data.Edm Namespace