
Determines if the specified item can be saved.
Inherited from Stonefield.Collections.BasePersistedCollection`1[[Stonefield.Query.DataDictionary.IDataGroup, Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
public virtual bool CanSaveItem(IDataGroup item);
Return Value
True if the item can be saved.
Parameters
item
A reference to the item to save.
Remarks
A subclass can do any checking it wants (such as the item's properties aren't set) and return false to prevent the item from being saved to the table.