SaveOption
public enum SaveOption
Options for saving action.
-
Saved success result will return all data of this object.
Declaration
Swift
case fetchWhenSave
-
Only the object match the query condition can be saved.
Declaration
Swift
case query(LCQuery)