DataServiceContext.Links Proprietà

Definizione

Ottiene la raccolta di tutte le associazioni o di tutti i collegamenti attualmente rilevati tramite l'oggetto 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)

Valore della proprietà

Raccolta di oggetti LinkDescriptor che rappresenta tutte le associazioni o tutti i collegamenti attualmente rilevati tramite l'oggetto DataServiceContext.

Commenti

Se non viene rilevato alcun collegamento, viene restituito un elenco con 0 elementi. La raccolta è di sola lettura.

Si applica a