UsdConfigurationManager.ReadCachableEntity Method (String, String, String, String, Boolean)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Reads from the cached entity.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
Syntax
public EntityCollection ReadCachableEntity(
string entityName,
string orderedField = "msdyusd_order",
string configurationLinkedTable = "",
string configurationLinkedId = "",
bool statuscode = true
)
Public Function ReadCachableEntity (
entityName As String,
orderedField As String,
configurationLinkedTable As String,
configurationLinkedId As String,
statuscode As Boolean
) As EntityCollection
Parameters
entityName
Type: System.StringSpecifies the name of the cached entity.
orderedField
Type: System.StringSpecifies the name of the field to order by.
configurationLinkedTable
Type: System.StringSpecifies the name of the configuration linked table.
configurationLinkedId
Type: System.StringSpecifies the configuration link ID.
statuscode
Type: System.BooleanSpecifies the status.
Return Value
Type: Microsoft.Xrm.Sdk.EntityCollection
Type: EntityCollection.
Implements
IUsdConfiguraitonManager.ReadCachableEntity(String, String, String, String, Boolean)
Remarks
See Also
UsdConfigurationManager Class
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright