RowsetBase Changes Property NFX Class Library

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

Returns accumulated modifications performed on the rowset, or empty enumerator if no modifications have been made or LogModifications = false

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

public IEnumerable<RowChange> Changes { get; }

Property Value

Type: OnlineIEnumerable RowChange 
See Also