Table of Contents

Method InsertReadRevision

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

InsertReadRevision(IPrimaryKey)

Inserts a read revision item for the specified primary keys.

public virtual Task InsertReadRevision(IPrimaryKey primarykeys)

Parameters

primarykeys IPrimaryKey

The primary keys of the entity.

Returns

Task

A task representing the asynchronous operation.