EdmNavigationTargetMapping Class
Represents the EDM navigation target mapping.
Inheritance Hierarchy
System.Object
Microsoft.Data.Edm.Library.EdmNavigationTargetMapping
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Class EdmNavigationTargetMapping _
Implements IEdmNavigationTargetMapping
'Usage
Dim instance As EdmNavigationTargetMapping
public class EdmNavigationTargetMapping : IEdmNavigationTargetMapping
public ref class EdmNavigationTargetMapping : IEdmNavigationTargetMapping
type EdmNavigationTargetMapping =
class
interface IEdmNavigationTargetMapping
end
public class EdmNavigationTargetMapping implements IEdmNavigationTargetMapping
The EdmNavigationTargetMapping type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EdmNavigationTargetMapping | Initializes a new instance of the EdmNavigationTargetMapping class. |
Top
Properties
Name | Description | |
---|---|---|
NavigationProperty | Gets the navigation property. | |
TargetEntitySet | Gets the target entity set. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.