Get a count of instances of the given type. This value is computed by a quick iteration over all objects of the requested type.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual ulong Count()
Public Overridable Function Count As ULong
public:
virtual unsigned long long Count()
abstract Count : unit -> uint64
override Count : unit -> uint64
Return Value
Type:
UInt64Number of instances found of the given
TypeSee Also