[Visual Basic] Overloads Public Sub _Update()
Updates this Object and optionally any modified Child Objects to the Database.[JScript] public function _Update()
[Visual Basic] Overloads Public Sub _Update(Boolean)
Updates this Object and optionally any modified Child Objects to the Database. A Flag is passed to indicate if Multiplicity Lower bounds are checked.[JScript] public function _Update(boolean)
[Visual Basic] Overloads Public Sub _Update(Boolean,Boolean)
Updates this Object and optionally any modified Child Objects to the Database using the passed Transaction.[JScript] public function _Update(boolean,boolean)
[Visual Basic] Overloads Public Sub _Update(Boolean,Boolean,IDbTransaction)
Updates this Object and optionally any modified Child Objects to the Database using the passed Transaction.
Updates this Object AND any modified Child Objects to the Database using the passed Transaction.
[Visual Basic] Overloads Public Sub _Update(Boolean,IDbTransaction)
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(Boolean,IDbTransaction,Boolean)
Update the Contents of this ObjectSet and optionally any Child Objects to the Database, matching a specified row state.
[Visual Basic] Overloads Public Sub _Update(DataRowState)
Updates this Object AND any modified Child Objects to the Database using the passed Transaction.[JScript] public function _Update(DataRowState)
[Visual Basic] Overloads Public Sub _Update(IDbTransaction)
[JScript] public function _Update(IDbTransaction)
ConstructorClass Class | ConstructorClass Members
©2006 i3 Design Limited. All rights reserved.