OrderBy Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OrderBy() |
default constructor |
OrderBy(String, OrderBy+Direction) |
init an order by clause |
OrderBy()
default constructor
public OrderBy ();
Public Sub New ()
Applies to
OrderBy(String, OrderBy+Direction)
init an order by clause
public OrderBy (string field, Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy.Direction dir);
new Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy : string * Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy.Direction -> Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy
Public Sub New (field As String, dir As OrderBy.Direction)
Parameters
- field
- String
field to order by
direction to order by