Proprietà DataServiceOperationContext.IsBatchRequest
Ottiene un valore che indica se l'operazione corrente è parte di una richiesta batch.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsBatchRequest As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true quando l'operazione è parte di una richiesta batch; in caso contrario, false.