Count of all objects (of specified Type) related to current instance of Category.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
int CountRelatedEntities(
	Type entityType
)
Visual Basic
Function CountRelatedEntities ( _
	entityType As Type _
) As Integer
Visual C++
int CountRelatedEntities(
	Type^ entityType
)

Parameters

entityType
Type: System..::..Type

Return Value

See Also