SqlOperationTypeEnum Enumeration |
Namespace: CMS.DataEngine
public enum SqlOperationTypeEnum
Member name | Value | Description | |
---|---|---|---|
UnknownQuery | 0 | Uknown query. | |
SelectQuery | 1 | Selection query. | |
InsertQuery | 2 | Insertion query. | |
UpdateQuery | 3 | Update query. | |
DeleteQuery | 4 | Delete query. | |
SelectAll | 7 | Selection all query. | |
DeleteAll | 10 | Deletion all query. | |
SelectModifiedFrom | 11 | Selection query from specified date of modification. | |
InsertWithIdentity | 14 | Insert record with the identity column. | |
UpdateAll | 15 | Updates multiple items based on the columns and where condition. | |
GeneralSelect | 16 | General select query | |
GeneralInsert | 17 | General insert query | |
GeneralUpdate | 18 | General update query | |
GeneralDelete | 19 | General delete query | |
GeneralUpsert | 20 | General upsert (insert/update) query |
Copyright (c) 2017 Kentico Software