ProcessRequestArgs.IsBatchOperation Property

Definition

Gets a Boolean value that indicates whether the HTTP request to the data service is a batch operation.

public:
 property bool IsBatchOperation { bool get(); };
public bool IsBatchOperation { get; }
member this.IsBatchOperation : bool
Public ReadOnly Property IsBatchOperation As Boolean

Property Value

The Boolean value that indicates whether the HTTP request to the data service is a batch operation.

Applies to