Statistic Class

The Statistic class represents a group of records in the statistics database. They are returned by a SelectStat method call.

Audit Information

The GetAuditField method returns the value of the field requested from the Stats Audit Information. Audit data in Stats records is optional and Stat records can have different audit fields available. stField is the name of the audit field you request information for; stValue is the value of the field requested. This method returns TRUE if the audit field is found and FALSE if not.

BOOL GetAuditField(String^ stField, String^% stValue)