EdmNavigationProperty.ContainsTarget Property

Gets a value indicating whether the navigation target is contained inside the navigation source.

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

Syntax

'Declaration
Public ReadOnly Property ContainsTarget As Boolean 
    Get
'Usage
Dim instance As EdmNavigationProperty 
Dim value As Boolean 

value = instance.ContainsTarget
public bool ContainsTarget { get; }
public:
virtual property bool ContainsTarget {
    bool get () sealed;
}
abstract ContainsTarget : bool 
override ContainsTarget : bool
final function get ContainsTarget () : boolean

Property Value

Type: System.Boolean
true if the navigation target is contained inside the navigation source; otherwise, false.

Implements

IEdmNavigationProperty.ContainsTarget

See Also

Reference

EdmNavigationProperty Class

Microsoft.Data.Edm.Library Namespace