KREDOR Business Object Framework Documentation

BusinessObject.Save Method (Int32)

Saves recursively the object and its contained objects to the database. WARNING: Do not use this method unless you know what you are doing!

public virtual void Save(
   Int32 depth
);

Parameters

Int32
The number of levels to go deep in the object tree. -0- means save only the root object.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException  
BOException  

See Also

BusinessObject Class | Kredor.BO Namespace | BusinessObject.Save Overload List