IEntity.FindSpecific Method (Identity, String, ILobSystemInstance)
Gets the external item with the given identity for a SpecificFinder MethodInstance object.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function FindSpecific ( _
identity As Identity, _
specificFinderName As String, _
lobSystemInstance As ILobSystemInstance _
) As IEntityInstance
'Usage
Dim instance As IEntity
Dim identity As Identity
Dim specificFinderName As String
Dim lobSystemInstance As ILobSystemInstance
Dim returnValue As IEntityInstance
returnValue = instance.FindSpecific(identity, _
specificFinderName, lobSystemInstance)
IEntityInstance FindSpecific(
Identity identity,
string specificFinderName,
ILobSystemInstance lobSystemInstance
)
Parameters
identity
Type: Microsoft.BusinessData.Runtime.IdentityThe identity of the external item.
specificFinderName
Type: System.StringThe name of the SpecificFinder MethodInstance object.
lobSystemInstance
Type: Microsoft.BusinessData.MetadataModel.ILobSystemInstanceThe external system instance.
Return Value
Type: Microsoft.BusinessData.Runtime.IEntityInstance
An external item.
Remarks
This method throws an ObjectNotFoundException if the item is not found on the external system.
The mode of operation can be specified for this method. For more information about how to use operation modes, see OperationMode.
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.
Examples
Code Snippet: Execute an Updater Method Instance of an External Content Type