DataServiceOperationContext.IsBatchRequest Property

Gets a value that indicates whether the current operation is part of a batch request.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public ReadOnly Property IsBatchRequest As Boolean 
    Get
'Usage
Dim instance As DataServiceOperationContext 
Dim value As Boolean 

value = instance.IsBatchRequest
public bool IsBatchRequest { get; }
public:
property bool IsBatchRequest {
    bool get ();
}
member IsBatchRequest : bool
function get IsBatchRequest () : boolean

Property Value

Type: System.Boolean
true when the operation is part of a batch request; otherwise false.

See Also

Reference

DataServiceOperationContext Class

System.Data.Services Namespace