Share via


ISynchronizationManager.PopulateCache Method (String, String, String, 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 ( _
    entityNamespace As String, _
    entityName As String, _
    viewName As String, _
    lobSystemInstance As ILobSystemInstance, _
    identity As Identity _
)
'Usage
Dim instance As ISynchronizationManager
Dim entityNamespace As String
Dim entityName As String
Dim viewName As String
Dim lobSystemInstance As ILobSystemInstance
Dim identity As Identity

instance.PopulateCache(entityNamespace, _
    entityName, viewName, lobSystemInstance, _
    identity)
void PopulateCache(
    string entityNamespace,
    string entityName,
    string viewName,
    ILobSystemInstance lobSystemInstance,
    Identity identity
)

Parameters

  • entityNamespace
    Type: System.String

    The external content type namespace of the External Items.

  • entityName
    Type: System.String

    The external content type name of the External Items.

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