| BTreeBaseKey, ValueToDoBatchAddCount Property  | 
 
            Gets the number of objects that are not yet added to the collection
            
 
    Namespace: 
   VelocityDb.Collection.BTree
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic uint ToDoBatchAddCount { get; }Public ReadOnly Property ToDoBatchAddCount As UInteger
	Get
public:
property unsigned int ToDoBatchAddCount {
	unsigned int get ();
}member ToDoBatchAddCount : uint32 with get
Property Value
Type: 
UInt32 See Also
See Also