Chili.Opf3 Send comments on this topic.
AddObjectInfo Method
See Also 
Chili.Opf3.Storages.MsSql Namespace > MsSqlTransaction Class : AddObjectInfo Method




oi
ObjectInfo that is backed up.
Adds the current ObjectInfo object. This is required to roll the state of the persistent back during a roll back.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub AddObjectInfo( _
   ByVal oi As ObjectInfo _
) 
Visual Basic (Usage)Copy Code
Dim instance As MsSqlTransaction
Dim oi As ObjectInfo
 
instance.AddObjectInfo(oi)
C# 
protected override void AddObjectInfo( 
   ObjectInfo oi
)
Managed Extensions for C++ 
protected: void AddObjectInfo( 
   ObjectInfo* oi
) override 
C++/CLI 
protected:
void AddObjectInfo( 
   ObjectInfo^ oi
) override 

Parameters

oi
ObjectInfo that is backed up.

Return Value

Whether the ObjectInfo has been added.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also