RowsetBase GetChangeAt Method NFX Class Library

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

Retrievs a change by index or null if index is out of bounds or changes are not logged

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

public Nullable<RowChange> GetChangeAt(
	int idx
)

Return Value

Type: OnlineNullable RowChange 
See Also