-
-
Notifications
You must be signed in to change notification settings - Fork 60
v1 DynamicsWebApi.Utility
Aleksandr Rogov edited this page Jul 15, 2023
·
1 revision
DynamicsWebApi.Utility
▸ getCollectionName(entityName
): string
Searches for a collection name by provided entity name in a cached entity metadata. The returned collection name can be null.
Name | Type | Description |
---|---|---|
entityName |
string |
entity name |
string