IAmorphousData AmorphousDataEnabled Property NFX Class Library

[This is preliminary documentation and is subject to change.]

When true, enabled amorphous data behaviour, i.e. copying of amorphous data between rows. When false, the amorphous data is ignored as-if the type did not implement this interface This is needed for security, i.e. on the web returning false will prevent injection via posted forms

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

bool AmorphousDataEnabled { get; }

Property Value

Type: OnlineBoolean
See Also