Class SystemColumns
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
System column names
public static class SystemColumns
- Inheritance
-
objectSystemColumns
Fields
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
TOTAL_RECORDS
Total number of found records
public const string TOTAL_RECORDS = "CMS_TOT"
Field Value
- string