Class QueryName
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
System query names
public static class QueryName
- Inheritance
-
objectQueryName
Fields
GENERALDELETE
Name of the 'generaldelete' default query.
public const string GENERALDELETE = "generaldelete"
Field Value
- string
GENERALINSERT
Name of the 'generalinsert' default query.
public const string GENERALINSERT = "generalinsert"
Field Value
- string
GENERALSELECT
Name of the 'generalselect' default query.
public const string GENERALSELECT = "generalselect"
Field Value
- string
GENERALUPDATE
Name of the 'generalupdate' default query.
public const string GENERALUPDATE = "generalupdate"
Field Value
- string
GENERALUPSERT
Name of the 'generalupsert' default query.
public const string GENERALUPSERT = "generalupsert"
Field Value
- string