RawEntityDataTEntityRecordCount Property |
Gets the number of entity records in the data set. Each record represents one update
to one entity. The overall data set may contain multiple distinct entities, multiple updates to a
single entity, or both.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int RecordCount { get; }
Public ReadOnly Property RecordCount As Integer
Get
public:
property int RecordCount {
int get ();
}
member RecordCount : int with get
Property Value
Type:
Int32See Also