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
Public method EdmNavigationTargetMapping Initializes a new instance of the EdmNavigationTargetMapping class.

Top

Properties

  Name Description
Public property NavigationProperty Gets the navigation property.
Public property TargetEntitySet Gets the target entity set.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Data.Edm.Library Namespace