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 = 10Deletion all query.
[Obsolete("Member is deprecated and will be removed in next version.")] DeleteQuery = 4Delete query.
GeneralDelete = 19General delete query
GeneralInsert = 17General insert query
GeneralSelect = 16General select query
GeneralUpdate = 18General update query
GeneralUpsert = 20General upsert (insert/update) query
[Obsolete("Member is deprecated and will be removed in next version.")] InsertQuery = 2Insertion query.
[Obsolete("Member is deprecated and will be removed in next version.")] InsertWithIdentity = 14Insert record with the identity column.
[Obsolete("Member is deprecated and will be removed in next version.")] SelectAll = 7Selection all query.
[Obsolete("Member is deprecated and will be removed in next version.")] SelectModifiedFrom = 11Selection query from specified date of modification.
[Obsolete("Member is deprecated and will be removed in next version.")] SelectQuery = 1Selection query.
UnknownQuery = 0Uknown query.
[Obsolete("Member is deprecated and will be removed in next version.")] UpdateAll = 15Updates multiple items based on the columns and where condition.
[Obsolete("Member is deprecated and will be removed in next version.")] UpdateQuery = 3Update query.