Overload List

  Name Description
Protected method ObjectSave(T)
Extracts the fields to save to the database from the objItem.SaveFields function. The fields are then written to the database using either an SQL INSERT or UPDATE depending on whether the object has already been saved.
Protected method ObjectSave(IDatabaseObject)
Extracts the fields to save to the database from the objItem.SaveFields function. The fields are then written to the database using either an SQL INSERT or UPDATE depending on whether the object has already been saved.
(Inherited from DatabaseObjects.)

See Also