Method GetRevision
GetRevision(IPrimaryKey, int, List<string>, string)
Retrieves the revision history for the specified primary keys.
Task<List<RevisionItem>> GetRevision(IPrimaryKey primarykeys, int top = -1, List<string> extraColumns = null, string extraWhere = null)
Parameters
primarykeys
IPrimaryKeyThe primary keys of the entity.
top
intThe maximum number of revision items to retrieve. Default is -1 (retrieve all).
extraColumns
List<string>Additional columns to include in the revision items.
extraWhere
stringAdditional WHERE clause to filter the revision items.
Returns
- Task<List<RevisionItem>>
A list of revision items.