DataServiceContext.Links 属性

定义

获取当前正由 DataServiceContext 对象跟踪的所有关联或链接的集合。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Services::Client::LinkDescriptor ^> ^ Links { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Services::Client::LinkDescriptor ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Client.LinkDescriptor> Links { get; }
member this.Links : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Client.LinkDescriptor>
Public ReadOnly Property Links As ReadOnlyCollection(Of LinkDescriptor)

属性值

表示当前正由 LinkDescriptor 对象跟踪的所有关联或链接的 DataServiceContext 对象的集合。

注解

如果当前未跟踪任何链接,则返回具有 0 个元素的列表。 该集合为只读。

适用于