RowsetBase LogChanges Property NFX Class Library

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

Gets/Sets whether this rowset keeps track of all modifications done to it. This property must be set to true to be able to save changes into ICRUDDataStore

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

public bool LogChanges { get; set; }

Property Value

Type: OnlineBoolean
See Also