IEdmNavigationProperty.ContainsTarget Property
Gets a value indicating whether the navigation target is contained inside the navigation source.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property ContainsTarget As Boolean
Get
'Usage
Dim instance As IEdmNavigationProperty
Dim value As Boolean
value = instance.ContainsTarget
bool ContainsTarget { get; }
property bool ContainsTarget {
bool get ();
}
abstract ContainsTarget : bool
function get ContainsTarget () : boolean
Property Value
Type: System.Boolean
true if the navigation target is contained inside the navigation source; otherwise, false.