IEntityCreateOperations<T,T1>.CreateAsync(T) Méthode

Définition

De manière asynchrone, une nouvelle entité crée.

public System.Threading.Tasks.Task<T1> CreateAsync(T newEntity);
abstract member CreateAsync : 'T -> System.Threading.Tasks.Task<'T1>
Public Function CreateAsync (newEntity As T) As Task(Of T1)

Paramètres

newEntity
T

Les nouvelles informations sur l’entité.

Retours

Task<T1>

Les informations sur l’entité qui viennent d’être créées.

S’applique à