EntityDescriptor.LinkInfos 属性

返回属于实体所参与关系的链接的集合。

命名空间:  System.Data.Services.Client
程序集:  Microsoft.Data.Services.Client(在 Microsoft.Data.Services.Client.dll 中)

语法

声明
Public ReadOnly Property LinkInfos As ReadOnlyCollection(Of LinkInfo)
    Get
用法
Dim instance As EntityDescriptor
Dim value As ReadOnlyCollection(Of LinkInfo)

value = instance.LinkInfos
public ReadOnlyCollection<LinkInfo> LinkInfos { get; }
public:
property ReadOnlyCollection<LinkInfo^>^ LinkInfos {
    ReadOnlyCollection<LinkInfo^>^ get ();
}
member LinkInfos : ReadOnlyCollection<LinkInfo>
function get LinkInfos () : ReadOnlyCollection<LinkInfo>

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<LinkInfo>
表示实体所参与链接的 LinkInfo 对象的 ReadOnlyCollection<T>

请参阅

参考

EntityDescriptor 类

System.Data.Services.Client 命名空间