Get total count of entries for an entity.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
int GetTotalCount(
	Type entityType
)
Visual Basic
Function GetTotalCount ( 
	entityType As Type
) As Integer
Visual C++
int GetTotalCount(
	Type^ entityType
)
F#
abstract GetTotalCount : 
        entityType : Type -> int 

Parameters

entityType
Type: System..::..Type

Return Value

Type: Int32

See Also