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: 11.1.0.0 (11.1)
Syntax public 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:
UInt32See Also