FormModel DoSave Method NFX Class Library

[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.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected abstract Exception DoSave(
	out Object saveResult
)

Parameters

saveResult
Type: OnlineSystem Object 

Return Value

Type: OnlineException
See Also