SqlOperationTypeEnum EnumerationKentico 8.0 API Reference
Enumeration of the SQL operations.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Members

  Member nameValueDescription
UnknownQuery0 Uknown query.
SelectQuery1 Selection query.
InsertQuery2 Insertion query.
UpdateQuery3 Update query.
DeleteQuery4 Delete query.
SelectDocuments5 Document selection query.
SearchTree6 Tree search query.
SelectAll7 Selection all query.
SelectVersions8 Document versions selection query.
SelectView9 Selection query for view.
DeleteAll10 Deletion all query.
SelectModifiedFrom11 Selection query from specified date of modification.
InsertWithIdentity14 Insert record with the identity column.
UpdateAll15 Updates multiple items based on the columns and where condition.
GeneralSelect16 General select query
See Also