DataServiceContext.Links Propiedad
Obtiene la colección de todas las asociaciones o vínculos cuyo seguimiento realiza actualmente el objeto DataServiceContext.
Espacio de nombres: System.Data.Services.Client
Ensamblado: Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Sintaxis
'Declaración
Public ReadOnly Property Links As ReadOnlyCollection(Of LinkDescriptor)
Get
'Uso
Dim instance As DataServiceContext
Dim value As ReadOnlyCollection(Of LinkDescriptor)
value = instance.Links
public ReadOnlyCollection<LinkDescriptor> Links { get; }
public:
property ReadOnlyCollection<LinkDescriptor^>^ Links {
ReadOnlyCollection<LinkDescriptor^>^ get ();
}
member Links : ReadOnlyCollection<LinkDescriptor>
function get Links () : ReadOnlyCollection<LinkDescriptor>
Valor de la propiedad
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<LinkDescriptor>
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.