Table of Contents

Method GetReadRevision

Namespace
Innova.Data.Revision
Assembly
Innova.Data.dll

GetReadRevision(IPrimaryKey)

Gets the read revision items for the specified primary keys.

public Task<List<RevisionItem>> GetReadRevision(IPrimaryKey primarykeys)

Parameters

primarykeys IPrimaryKey

The primary keys of the entity.

Returns

Task<List<RevisionItem>>

The list of read revision items.