Returns the number of items in the in-memory list.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
protected int VolatileObjectsCount { get; }
Visual Basic
Protected ReadOnly Property VolatileObjectsCount As Integer
	Get
Visual C++
protected:
property int VolatileObjectsCount {
	int get ();
}

See Also