Click or drag to resize
TranslationHelperQUERY_OBJECT_TYPE_COLUMN Field
Name of the computed column that contains (real) object type of current row. Column is used in data query obtaining code names and other information based on ID and object type. Requested object type can differ from real object type when original and related object types are defined.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public const string QUERY_OBJECT_TYPE_COLUMN = "CMS_TH_T"

Field Value

Type: String
See Also