Method GetRevision
GetRevision(IPrimaryKey, int, List<string>, string)
Gets the revision items for the specified primary keys.
public 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.
extraColumns
List<string>The extra columns to include in the revision items.
extraWhere
stringThe extra WHERE clause to apply to the revision items.
Returns
- Task<List<RevisionItem>>
The list of revision items.