[This is preliminary documentation and is subject to change.]
Invoked to allow the row to transform its state into AmorphousData bag.
For example, this may be usefull to store extra data that is not a part of established business schema.
The operation is performed per particular targetName (name of physical backend). Simply put, this method allows
business code to "specify what to do before object gets saved in THE PARTICULAR TARGET backend store"
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- targetName
- Type:
System String
Implements
IAmorphousData BeforeSave(String)See Also