Returns the
ObjectInfo object of the given
persistent object. The container holds information about the state of the
object.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function GetObjectInfo( _
ByVal obj As Object _
) As ObjectInfo |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ObjectContext
Dim obj As Object
Dim value As ObjectInfo
value = instance.GetObjectInfo(obj)
|
| Managed Extensions for C++ | |
|---|
public: ObjectInfo* GetObjectInfo(
Object* obj
) |
Parameters
- obj
- Persistent object that's ObjectInfo object is required.
Return Value
The
ObjectInfo object of the given
persistent.
Exceptions
| Exception | Description |
| ArgumentNullException | Obj is null. |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also