[This is preliminary documentation and is subject to change.]

Edits list of sorting columns for SQL query

Namespace: Tools.Experimental
Assembly: 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

See Also