IEntityCreateOperations<T,T1>.CreateAsync(T) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Les informations sur l’entité qui viennent d’être créées.