MetadataExtensions.GetAllAttributesForEntity(ServiceClient, String) Method

Definition

Returns all attributes on a entity

public static System.Collections.Generic.List<Microsoft.Xrm.Sdk.Metadata.AttributeMetadata> GetAllAttributesForEntity (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, string entityLogicalname);
static member GetAllAttributesForEntity : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * string -> System.Collections.Generic.List<Microsoft.Xrm.Sdk.Metadata.AttributeMetadata>
<Extension()>
Public Function GetAllAttributesForEntity (serviceClient As ServiceClient, entityLogicalname As String) As List(Of AttributeMetadata)

Parameters

serviceClient
ServiceClient

ServiceClient

entityLogicalname
String

returns all attributes on a entity

Returns

Applies to