DataServiceOperationContext.IsBatchRequest Propriedade
Definição
Obtém um valor que indica se a operação atual faz parte de uma solicitação em lote.Gets a value that indicates whether the current operation is part of a batch request.
public:
property bool IsBatchRequest { bool get(); };
public bool IsBatchRequest { get; }
member this.IsBatchRequest : bool
Public ReadOnly Property IsBatchRequest As Boolean
Valor da propriedade
trueQuando a operação faz parte de uma solicitação em lote; caso contrário false .true when the operation is part of a batch request; otherwise false.