Table of Contents

Method GetEdit

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

GetEdit(IPrimaryKey, CancellationToken)

Gets the edit entity based on the specified primary keys.

Task<TEdit> GetEdit(IPrimaryKey keys, CancellationToken cancellationToken = default)

Parameters

keys IPrimaryKey

The primary keys of the entity.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<TEdit>

The edit entity.