DataServiceContext.Links Propiedad

Definición

Obtiene la colección de todas las asociaciones o vínculos cuyo seguimiento realiza actualmente el objeto 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)

Valor de propiedad

Colección de objetos LinkDescriptor que representan todas las asociaciones o vínculos cuyo seguimiento realiza actualmente el objeto DataServiceContext.

Comentarios

Si actualmente no se realiza el seguimiento de ningún vínculo, se devuelve una lista que tiene 0 elementos. La colección es de solo lectura.

Se aplica a