[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.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Nullable<RowChange> GetChangeAt(
int idx
)
public Nullable<RowChange> GetChangeAt(
int idx
)
Public Function GetChangeAt (
idx As Integer
) As Nullable(Of RowChange)
Public Function GetChangeAt (
idx As Integer
) As Nullable(Of RowChange)
public:
Nullable<RowChange> GetChangeAt(
int idx
)
public:
Nullable<RowChange> GetChangeAt(
int idx
)
member GetChangeAt :
idx : int -> Nullable<RowChange>
member GetChangeAt :
idx : int -> Nullable<RowChange>
Return Value
Type:
Nullable RowChange