Table of Contents

Class SystemColumns

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

System column names

public static class SystemColumns
Inheritance
object
SystemColumns

Fields

DUPLICATE_PRIORITY

Column name with priorities of duplicates

[Obsolete("Field is deprecated and will be removed in the next version.")]
[ObsoleteSince(27, 0)]
public const string DUPLICATE_PRIORITY = "CMS_DUP"

Field Value

string

ORDER

Order column

[Obsolete("Field was not intended for public use and will be removed in the next version.")]
[ObsoleteSince(27, 0)]
public const string ORDER = "CMS_O"

Field Value

string

ORDER_ROW_NUMBER

Order row number

[Obsolete("Field is deprecated and will be removed in the next version.")]
[ObsoleteSince(27, 0)]
public const string ORDER_ROW_NUMBER = "CMS_ORN"

Field Value

string

ROW_NUMBER

Row number

[Obsolete("Field is deprecated and will be removed in the next version.")]
[ObsoleteSince(27, 0)]
public const string ROW_NUMBER = "CMS_RN"

Field Value

string

SOURCE_NUMBER

Source number column name

public const string SOURCE_NUMBER = "CMS_SN"

Field Value

string

SOURCE_ROW_NUMBER

Source row number column name

public const string SOURCE_ROW_NUMBER = "CMS_SRN"

Field Value

string

SOURCE_TYPE

Source type column name

public const string SOURCE_TYPE = "CMS_T"

Field Value

string

SUB_TOTAL_RECORDS

Total number of found records for a sub-query in multi-query

[Obsolete("Field was not intended for public use and will be removed in the next version.")]
[ObsoleteSince(27, 0)]
public const string SUB_TOTAL_RECORDS = "CMS_STOT"

Field Value

string

TOTAL_RECORDS

Total number of found records

public const string TOTAL_RECORDS = "CMS_TOT"

Field Value

string

Methods

IsSystemColumn(string)

Checks if column is one of the system columns.

[Obsolete("Method is deprecated and will be removed in the next version.")]
[ObsoleteSince(27, 0)]
public static bool IsSystemColumn(string columnName)

Parameters

columnName string

Name of column

Returns

bool