MetadataExtensions.GetEntityName(ServiceClient, Int32) Method

Definition

Returns the Entity name for the given Type code

public static string GetEntityName (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, int entityTypeCode);
static member GetEntityName : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * int -> string
<Extension()>
Public Function GetEntityName (serviceClient As ServiceClient, entityTypeCode As Integer) As String

Parameters

serviceClient
ServiceClient

ServiceClient

entityTypeCode
Int32

Returns

Applies to