Click or drag to resize

SurveySerializedData

Store the surveys serialized data.

`SurveySerializedData` table.

Name

Type

Description

SurveyId

INT FOREIGN KEY NOT NULL

ID of the survey

SerializedData

VARBINARY(MAX) NULLABLE

Serialized version of the survey in binary format (QEX)

See Also