ProcessRequestArgs.IsBatchOperation 属性

获取指示 HTTP 请求数据服务是否为批处理操作的布尔值。

命名空间:  System.Data.Services
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Public ReadOnly Property IsBatchOperation As Boolean
    Get
用法
Dim instance As ProcessRequestArgs
Dim value As Boolean

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

属性值

类型:System.Boolean
指示 HTTP 请求数据服务是否为批处理操作的布尔值。

请参阅

参考

ProcessRequestArgs 类

System.Data.Services 命名空间