Compartir a través de


DbApplyingChangesEventArgs.IsLastBatch Propiedad

NOTA: esta propiedad ya está obsoleta.

Obtiene o establece si el lote actual es el último lote de cambios.

Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en microsoft.synchronization.data.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")> _
Public ReadOnly Property IsLastBatch As Boolean
'Uso
Dim instance As DbApplyingChangesEventArgs
Dim value As Boolean

value = instance.IsLastBatch
[ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")] 
public bool IsLastBatch { get; }
[ObsoleteAttribute(L"Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")] 
public:
property bool IsLastBatch {
    bool get ();
}
/** @property */
public boolean get_IsLastBatch ()
public function get IsLastBatch () : boolean

Valor de la propiedad

true si el lote actual es el último lote de cambios; en caso contrario, false.

Vea también

Referencia

DbApplyingChangesEventArgs Clase
DbApplyingChangesEventArgs Miembros
Microsoft.Synchronization.Data Espacio de nombres