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.
Gets the authoritative data of the External Item.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetAuthoritativeData As IEntityInstance
'Usage
Dim instance As IOfflineEntityInstance
Dim returnValue As IEntityInstance
returnValue = instance.GetAuthoritativeData()
IEntityInstance GetAuthoritativeData()
Return Value
Type: Microsoft.BusinessData.Runtime.IEntityInstance
The authoritative data of the External Item.
See Also
Reference
IOfflineEntityInstance Interface