See Also

ConstructorClass Class  | ConstructorClass Members  | Overload List

Language

Visual Basic

C#

JScript

Show All

Recurse
Set to TRUE if all modified Child Objects are to be Updated also.
CheckMultiplicityLowerBounds
Set to TRUE A Flag if Multiplicity Lower bounds are to be checked.
Transaction
The IDbTransaction to enlist on to Update this Object and optionally all Child Objects.
RowState
The Row State to match whilst updating - normally set to Nothing.
See AlsoLanguages ObjectFactory_FW1 Send Feedback on this Topic

_Update(Boolean,Boolean,IDbTransaction,DataRowState) Method

Updates this Object and optionally any modified Child Objects to the Database using the passed Transaction.
Flags are passed to indicate if Multiplicity Lower bounds are checked and/or Update events are suppressed.

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

Parameters

Recurse
Set to TRUE if all modified Child Objects are to be Updated also.
CheckMultiplicityLowerBounds
Set to TRUE A Flag if Multiplicity Lower bounds are to be checked.
Transaction
The IDbTransaction to enlist on to Update this Object and optionally all Child Objects.
RowState
The Row State to match whilst updating - normally set to Nothing.

See Also

ConstructorClass Class  | ConstructorClass Members  | Overload List

 

 


©2006 i3 Design Limited. All rights reserved.