Click or drag to resize
SqlEditModeEnum Enumeration
Mode of SQL edit control.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public enum SqlEditModeEnum
Members
  Member nameValueDescription
None0 Nothing will happen.
AlterView1 Existing view will be modified
CreateView2 New view will be created
AlterProcedure3 Existing stored procedure will be modified
CreateProcedure4 New stored procedure will be created
See Also