Updates this Object and optionally any modified Child Objects to the Database using the passed Transaction. A Flag is passed to indicate if Multiplicity Lower bounds are checked.
[Visual Basic]
Overloads Public Sub _Update( _
ByVal Recurse As Boolean , _
ByRef Transaction As IDbTransaction, _
ByVal CheckMultiplicityLowerBounds As Boolean _
) [C#]
public void _Update(
bool Recurse,
ref IDbTransaction Transaction,
bool CheckMultiplicityLowerBounds
);[JScript]
public function _Update(
Recurse : boolean ,
Transaction : IDbTransaction,
CheckMultiplicityLowerBounds : boolean
);ConstructorClass Class | ConstructorClass Members | Overload List
©2006 i3 Design Limited. All rights reserved.