-
-
Couldn't load subscription status.
- Fork 63
callbacks DynamicsWebApi.Interface.FetchXmlResponse
Aleksandr Rogov edited this page May 12, 2025
·
2 revisions
dynamics-web-api-wiki / DynamicsWebApi / FetchXmlResponse
| Type Parameter |
|---|
T |
| Property | Type | Description | Inherited from |
|---|---|---|---|
@Microsoft.Dynamics.CRM.totalrecordcount?
|
number |
- | - |
@Microsoft.Dynamics.CRM.totalrecordcountlimitexceeded?
|
boolean |
- | - |
oDataContext?
|
string |
- |
MultipleResponse.oDataContext
|
oDataCount?
|
number |
- |
MultipleResponse.oDataCount
|
PagingInfo?
|
object |
Paging information | - |
PagingInfo.cookie? |
string |
Next page cookie | - |
PagingInfo.nextPage? |
number |
Number of the next page | - |
value?
|
T[] |
Multiple respone entities |
MultipleResponse.value
|