[This is preliminary documentation and is subject to change.]
Edits list of sorting columns for SQL query
Namespace: Tools.ExperimentalAssembly: Tools Experimental (in Tools Experimental.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[DesignerGeneratedAttribute] [DefaultPropertyAttribute("ORDER_BY")] [DefaultEventAttribute("ORDER_BYChanged")] [DefaultBindingPropertyAttribute("ORDER_BY")] public class OrderByEditor : UserControl |
| Visual Basic |
|---|
<DesignerGeneratedAttribute> _ <DefaultPropertyAttribute("ORDER_BY")> _ <DefaultEventAttribute("ORDER_BYChanged")> _ <DefaultBindingPropertyAttribute("ORDER_BY")> _ Public Class OrderByEditor _ Inherits UserControl |
| Visual C++ |
|---|
[DesignerGeneratedAttribute] [DefaultPropertyAttribute(L"ORDER_BY")] [DefaultEventAttribute(L"ORDER_BYChanged")] [DefaultBindingPropertyAttribute(L"ORDER_BY")] public ref class OrderByEditor : public UserControl |
| F# |
|---|
[<DesignerGeneratedAttribute>] [<DefaultPropertyAttribute("ORDER_BY")>] [<DefaultEventAttribute("ORDER_BYChanged")>] [<DefaultBindingPropertyAttribute("ORDER_BY")>] type OrderByEditor = class inherit UserControl end |
| JScript |
|---|
public class OrderByEditor extends UserControl |
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..UserControl
Tools.Experimental..::..OrderByEditor
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..UserControl
Tools.Experimental..::..OrderByEditor