AmorphousDynamicRow BeforeSave Method NFX Class Library

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

public virtual void BeforeSave(
	string targetName
)

Implements

IAmorphousData BeforeSave(String)
See Also