See Also

ConstructorClass Class  | ConstructorClass Members  | Overload List

Language

Visual Basic

C#

JScript

Show All

Recurse
Transaction
The IDbTransdaction to enlist on to Update this Object and optionally all Child Objects.
See AlsoLanguages ObjectFactory_FW1 Send Feedback on this Topic

_Update(Boolean,IDbTransaction) Method

Updates this Object AND any modified Child Objects to the Database using the passed Transaction.

[Visual Basic]
Overloads Public Sub _Update( _    ByVal Recurse As Boolean, _    ByRef Transaction As IDbTransaction _ )
[C#]
public void _Update(    bool Recurse,    ref IDbTransaction Transaction );
[JScript]
public function _Update(    Recurse : boolean,    Transaction : IDbTransaction );

Parameters

Recurse
Transaction
The IDbTransdaction to enlist on to Update this Object and optionally all Child Objects.

See Also

ConstructorClass Class  | ConstructorClass Members  | Overload List

 

 


©2006 i3 Design Limited. All rights reserved.