Overload List
Name | Description | |
---|---|---|
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.
|
|
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.) |