MetadataExtensions.GetAllAttributesForEntity(ServiceClient, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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