Count of all TEntityType related to current instance of Category.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
int CountRelatedEntities<TEntityType>()
where TEntityType : class, new(), IEntity
|
Visual Basic |
---|
Function CountRelatedEntities(Of TEntityType As {Class, New, IEntity}) As Integer |
Visual C++ |
---|
generic<typename TEntityType>
where TEntityType : ref class, gcnew(), IEntity
int CountRelatedEntities() |
Type Parameters
Return Value
See Also