
Saves the specified item to the table.
Inherited from Stonefield.Collections.BasePersistedCollection`1[[Stonefield.Query.DataDictionary.IDatabase, Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
public virtual bool SaveItem(IDatabase item);
Return Value
True if the item was saved.
Parameters
item
The item to save.