Click or drag to resize

EntitySetTEntityGetCount Method

Gets the number of entities in this entity set.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public int GetCount(
	Transaction transaction
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction in which to retrieve the number of entities.

Return Value

Type: Int32
The number of entities in this entity set.
See Also