[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.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<RowChange> Changes { get; }
public IEnumerable<RowChange> Changes { get; }
Public ReadOnly Property Changes As IEnumerable(Of RowChange)
Get
Public ReadOnly Property Changes As IEnumerable(Of RowChange)
Get
public:
property IEnumerable<RowChange>^ Changes {
IEnumerable<RowChange>^ get ();
}
public:
property IEnumerable<RowChange>^ Changes {
IEnumerable<RowChange>^ get ();
}
member Changes : IEnumerable<RowChange> with get
member Changes : IEnumerable<RowChange> with get
Property Value
Type:
IEnumerable RowChange