ClientVersions Table
Topic Last Modified: 2010-11-05
The ClientVersions table is a supporting table that stores a list of the various client types and versions that have participated in sessions recorded in the database. Each record in the table represents one client version.
Column | Data Type | Key/Index | Details |
---|---|---|---|
VersionID |
int |
Primary |
Unique number identifying this client type and version. |
Version |
nvarchar(256) |
Version name. |