CRMGlobalManager.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.
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
override this.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
- orderedField
- String
- configurationLinkedTable
- String
- configurationLinkedId
- String
- statuscode
- Boolean