Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the state of the External Item after a create or update operation.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetResultingState As IEntityInstance
'Usage
Dim instance As IEntityOperation
Dim returnValue As IEntityInstance
returnValue = instance.GetResultingState()
IEntityInstance GetResultingState()
Return Value
Type: Microsoft.BusinessData.Runtime.IEntityInstance
The state of the External Item after a create or update operation.
Remarks
The resulting state of a delete operation does not exist.