Propriedade RetrieveRequest.ColumnSet
Aplica-se a: CRM 2015 on-prem, CRM Online
Gets or sets the collection of attributes for which non-null values are returned from a query. Required.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)
Sintaxe
'Declaração
Public Property ColumnSet As ColumnSet
public ColumnSet ColumnSet { get; set; }
Valor de Propriedade
Type: ColumnSet
The collection of attributes for which non-null values are returned from a query.
Comentários
Assign null to this property to retrieve only the primary key. The query returns non-null values for the specified attributes in the column set. The attributes that are not included in the column set contain null values. If the column set includes attributes where IsValidForRead is false, they are ignored and the message response contains no data for those attributes. Você pode encontrar essas informações nos metadados da sua organização. Consulte as informações anteriores sobre metadados de navegador.
Segurança do Thread
Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows Server 2003 e
Plataformas de destino
Windows Vista,Windows XP
Consulte também
Referência
Classe RetrieveRequest
Membros de RetrieveRequest
Namespace Microsoft.Xrm.Sdk.Messages
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.