CrmServiceClient.GetAllAttributesForEntity(String) Method

Definition

Returns all attributes on a entity

public:
 System::Collections::Generic::List<Microsoft::Xrm::Sdk::Metadata::AttributeMetadata ^> ^ GetAllAttributesForEntity(System::String ^ entityLogicalname);
public System.Collections.Generic.List<Microsoft.Xrm.Sdk.Metadata.AttributeMetadata> GetAllAttributesForEntity (string entityLogicalname);
member this.GetAllAttributesForEntity : string -> System.Collections.Generic.List<Microsoft.Xrm.Sdk.Metadata.AttributeMetadata>
Public Function GetAllAttributesForEntity (entityLogicalname As String) As List(Of AttributeMetadata)

Parameters

entityLogicalname
String

returns all attributes on a entity

Returns

Applies to