ICRMWindowRouter.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.
public:
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>
Public Function LoadCachedData (entityName As String, entityPrimaryId As String) As List(Of Entity)
Parameters
- entityName
- String
- entityPrimaryId
- String
Returns
Returns List<T>.