Bagikan melalui


DataServiceContext.Links Properti

Definisi

Mendapatkan koleksi semua asosiasi atau tautan yang saat ini sedang dilacak oleh DataServiceContext objek .

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)

Nilai Properti

Kumpulan LinkDescriptor objek yang mewakili semua asosiasi atau tautan saat ini yang sedang dilacak oleh objek saat ini yang sedang dilacak DataServiceContext .

Keterangan

Jika saat ini tidak ada tautan yang sedang dilacak, daftar yang memiliki 0 elemen akan dikembalikan. Koleksi bersifat baca-saja.

Berlaku untuk