Returns the
ObjectInfo object that contains all
information required to make the persistent object
independent from any ObjectContext.
Syntax
| Visual Basic (Declaration) | |
|---|
Overridable Property ObjectInfo As ObjectInfo |
| Managed Extensions for C++ | |
|---|
__property virtual ObjectInfo* get_ObjectInfo();
__property virtual void set_ObjectInfo(
ObjectInfo* value
); |
Return Value
ObjectInfo object that holds the status
information of the persistent object.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also