Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
NavigationProperty | Gets or sets the navigation property. |
![]() |
TargetEntitySet | Gets or sets the entity set associated with the target. |
Top