ProfileOperations.AddEntityMetadataToCache(List<EntityMetadata>) 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.
Adds the entity metadata collection to the cache.
public:
void AddEntityMetadataToCache(System::Collections::Generic::List<Microsoft::Xrm::Sdk::Metadata::EntityMetadata ^> ^ metadata);
public void AddEntityMetadataToCache (System.Collections.Generic.List<Microsoft.Xrm.Sdk.Metadata.EntityMetadata> metadata);
member this.AddEntityMetadataToCache : System.Collections.Generic.List<Microsoft.Xrm.Sdk.Metadata.EntityMetadata> -> unit
Public Sub AddEntityMetadataToCache (metadata As List(Of EntityMetadata))
Parameters
- metadata
- List<EntityMetadata>
Contains the metadata that is to be added to the cache.