DataServiceOperationContext.IsBatchRequest Propriété
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.
Obtient une valeur qui indique si l'opération en cours fait partie d'une requête de lots.
public:
property bool IsBatchRequest { bool get(); };
public bool IsBatchRequest { get; }
member this.IsBatchRequest : bool
Public ReadOnly Property IsBatchRequest As Boolean
Valeur de propriété
true si l'opération fait partie d'une requête de lots ; sinon false.