IInstance.AdapterObject Property
Gets the native data structure corresponding to this External Item.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property AdapterObject As Object
Get
'Usage
Dim instance As IInstance
Dim value As Object
value = instance.AdapterObject
Object AdapterObject { get; }
Property Value
Type: System.Object
The native data structure of this External Item.
Remarks
The native data structure of an External Item is specific to the external system it is obtained from. The structure can also be different if offline data caching is used, and on other factors. Unless the data structure does not contain functionality that is otherwise not accessible through Business Data Connectivity APIs (such as check-out / check-in functionality) this property should be avoided.
Warning
Retrieving the native data structure from this property and modifying it may cause unexpected behavior, including potential data loss, and may compromise the integrity and security of your application and external system.