Class QueryName
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
System query names
public static class QueryName
- Inheritance
-
objectQueryName
Fields
DELETE
Name of the 'delete' default query.
[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 2)]
public const string DELETE = "delete"
Field Value
- string
DELETEALL
Name of the 'deleteall' default query.
[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 2)]
public const string DELETEALL = "deleteall"
Field Value
- string
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
INSERT
Name of the 'insert' default query.
[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 2)]
public const string INSERT = "insert"
Field Value
- string
INSERTIDENTITY
Name of the 'insertidentity' default query.
[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 2)]
public const string INSERTIDENTITY = "insertidentity"
Field Value
- string
SELECT
Name of the 'select' default query.
[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 2)]
public const string SELECT = "select"
Field Value
- string
SELECTALL
Name of the 'selectall' default query.
[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 2)]
public const string SELECTALL = "selectall"
Field Value
- string
UPDATE
Name of the 'update' default query.
[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 2)]
public const string UPDATE = "update"
Field Value
- string
UPDATEALL
Name of the 'updateall' default query.
[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 2)]
public const string UPDATEALL = "updateall"
Field Value
- string