[This is preliminary documentation and is subject to change.]
Override to save model into data store. Return "predictable" exception (such as key violation) as a value instead of throwing.
Throw only in "un-predictable" cases (such as DB connection is down, not enough space etc...).
Return extra result obtained during save i.e. a db-assigned auto-inc field
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- saveResult
- Type:
System Object
Return Value
Type:
See Also