Table of Contents

Method GetEdit

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

GetEdit(IPrimaryKey, CancellationToken)

Gets the edit model entity by primary keys.

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

Parameters

keys IPrimaryKey

The primary keys.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<TEdit>

The edit model entity.