BatchCompletionEventArgs.HasMoreBatches Property
Gets a value that indicates whether the enumeration has more batches.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property HasMoreBatches As Boolean
Get
'Usage
Dim instance As BatchCompletionEventArgs
Dim value As Boolean
value = instance.HasMoreBatches
public abstract bool HasMoreBatches { get; }
Property Value
Type: System.Boolean
true if the enumeration has more batches; otherwise, false.
See Also
Reference
BatchCompletionEventArgs Class