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.StringThe external content type namespace of the External Items.
entityName
Type: System.StringThe external content type name of the External Items.
viewName
Type: System.StringThe view of the External Items.
lobSystemInstance
Type: Microsoft.BusinessData.MetadataModel.ILobSystemInstanceThe external system instance.
identity
Type: Microsoft.BusinessData.Runtime.IdentityThe identity 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
Microsoft.BusinessData.Offlining Namespace