Mindscape LightSpeed - User Reference & API Documentation
OrderByAttribute Constructor (orderBy)
API Reference
►
Mindscape.LightSpeed
►
OrderByAttribute
►
OrderByAttribute(String)
C#
Visual Basic
Initializes a new instance of the
OrderByAttribute
class.
Declaration Syntax
C#
Visual Basic
public
OrderByAttribute
(
string
orderBy
)
Public
Sub
New
( _
orderBy
As
String
_ )
Parameters
orderBy
(
String
)
The ORDER BY clause. E.g. "Name, DateOfBirth DESC"
Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)