SoftwareIsoTagSoftwareVersion Table

The SoftwareIsoTagSoftwareVersion table provides property names and values for each software ID tag unique product related data.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for SoftwareIsoTagSoftwareVersion table

Database Column

Details

SoftwareIsoTagSoftware VersionID

Type: integer. Key. Generated ID

The SoftwareIsoTagSoftwareVersion table unique ID for each records.

TagCreatorEntityID

Type: integer. Key

The tag creator related data for software ID tag. This is a foreign key into the SoftwareIsoTagEntity table.

TagSoftwareUniqueID

Type: integer. Key. Nullable

The software unique ID related data for software ID tag. This is a foreign key into the SoftwareIsoTagUnique table.

ProductTitle

Type: text (max 200 characters). Key

The product title value for software ID tag.

ProductVersionName

Type: text (max 200 characters). Key

The product version name value for software ID tag.

ProductVersionMajor

Type: integer. Key

The major version value of software ID tag.

ProductVersionMinor

Type: integer. Key

The minor version value of software ID tag.

ProductVersionBuild

Type: integer. Key

The build version value of software ID tag.

ProductVersionReview

Type: integer. Key

The review version value of software ID tag.