CRMGlobalManager.LoadCachedData(String, String) 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.
Loads cached entity. If it's not already in the cache, it loads it into the cache and then returns the data
public:
virtual System::Collections::Generic::List<Microsoft::Xrm::Sdk::Entity ^> ^ LoadCachedData(System::String ^ entityName, System::String ^ entityPrimaryId);
public System.Collections.Generic.List<Microsoft.Xrm.Sdk.Entity> LoadCachedData (string entityName, string entityPrimaryId);
abstract member LoadCachedData : string * string -> System.Collections.Generic.List<Microsoft.Xrm.Sdk.Entity>
override this.LoadCachedData : string * string -> System.Collections.Generic.List<Microsoft.Xrm.Sdk.Entity>
Public Function LoadCachedData (entityName As String, entityPrimaryId As String) As List(Of Entity)
Parameters
- entityName
- String
- entityPrimaryId
- String