DataServiceOperationContext.IsBatchRequest Property

Definition

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

Property Value

true when the operation is part of a batch request; otherwise false.

Applies to