StatementBuilder.AddOrderBy Method (String)
Adds a new syntax to the ORDER BY clause. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub AddOrderBy ( _
str As String _
)
'Usage
Dim instance As StatementBuilder
Dim str As String
instance.AddOrderBy(str)
public void AddOrderBy(
string str
)
public:
void AddOrderBy(
String^ str
)
member AddOrderBy :
str:string -> unit
public function AddOrderBy(
str : String
)
Parameters
- str
Type: System.String
A string used to order the elements.