ISynchronizationManager.PopulateCache Method (IView, ILobSystemInstance, Identity)

Gets the External Items and populates the cache using the specified view, external system instance, and identity.

Namespace:  Microsoft.BusinessData.Offlining
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Sub PopulateCache ( _
    view As IView, _
    lobSystemInstance As ILobSystemInstance, _
    identity As Identity _
)
'Usage
Dim instance As ISynchronizationManager
Dim view As IView
Dim lobSystemInstance As ILobSystemInstance
Dim identity As Identity

instance.PopulateCache(view, lobSystemInstance, _
    identity)
void PopulateCache(
    IView view,
    ILobSystemInstance lobSystemInstance,
    Identity identity
)

Parameters

Remarks

This method invokes the SpecificFinder method.

Instances of objects in the Business Data Connectivity object model are tied to the Metadata Store they are obtained from. Using instances tied to one Metadata Store with the instances from another Metadata Store will cause data corruption and other unexpected behavior. For more information, see DatabaseBackedMetadataCatalog, FileBackedMetadataCatalog, and RemoteSharedFileBackedMetadataCatalog.

See Also

Reference

ISynchronizationManager Interface

ISynchronizationManager Members

PopulateCache Overload

Microsoft.BusinessData.Offlining Namespace

Other Resources

Stereotyped Operations Supported by BDC