IUsdConfiguraitonManager.ReadCachableEntity 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.
Reads the cached entity.
public Microsoft.Xrm.Sdk.EntityCollection ReadCachableEntity (string entityName, string orderedField = "msdyusd_order", string configurationLinkedTable = "", string configurationLinkedId = "", bool statuscode = true);
abstract member ReadCachableEntity : string * string * string * string * bool -> Microsoft.Xrm.Sdk.EntityCollection
Public Function ReadCachableEntity (entityName As String, Optional orderedField As String = "msdyusd_order", Optional configurationLinkedTable As String = "", Optional configurationLinkedId As String = "", Optional statuscode As Boolean = true) As EntityCollection
Parameters
- entityName
- String
Specifies the name of the entity.
- orderedField
- String
Specifies the name of the field to order by.
- configurationLinkedTable
- String
Specifies the configuration link table.
- configurationLinkedId
- String
Specifies the configuration ID.
- statuscode
- Boolean
Specifies the status.