Enum SqlOperationTypeEnum
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Enumeration of the SQL operations.
public enum SqlOperationTypeEnum
- Extension Methods
Fields
[Obsolete("Member is deprecated and will be removed in next version.")] DeleteAll = 10
Deletion all query.
[Obsolete("Member is deprecated and will be removed in next version.")] DeleteQuery = 4
Delete query.
GeneralDelete = 19
General delete query
GeneralInsert = 17
General insert query
GeneralSelect = 16
General select query
GeneralUpdate = 18
General update query
GeneralUpsert = 20
General upsert (insert/update) query
[Obsolete("Member is deprecated and will be removed in next version.")] InsertQuery = 2
Insertion query.
[Obsolete("Member is deprecated and will be removed in next version.")] InsertWithIdentity = 14
Insert record with the identity column.
[Obsolete("Member is deprecated and will be removed in next version.")] SelectAll = 7
Selection all query.
[Obsolete("Member is deprecated and will be removed in next version.")] SelectModifiedFrom = 11
Selection query from specified date of modification.
[Obsolete("Member is deprecated and will be removed in next version.")] SelectQuery = 1
Selection query.
UnknownQuery = 0
Uknown query.
[Obsolete("Member is deprecated and will be removed in next version.")] UpdateAll = 15
Updates multiple items based on the columns and where condition.
[Obsolete("Member is deprecated and will be removed in next version.")] UpdateQuery = 3
Update query.