获取指示导航目标是否包含在导航源内的值。
命名空间: Microsoft.Data.Edm
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
ReadOnly Property ContainsTarget As Boolean
Get
用法
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
属性值
类型:System.Boolean
如果导航目标包含在导航源内,则为 true;否则为 false。