Active Query Builder 2 .NET Edition reference
SortedColumn Constructor



Creates new sorting based on the specified column with the specified SQL expression of the given sort type.
Syntax
'Declaration
 
Public Function New( _
   ByVal column As OutputColumn, _
   ByVal expression As System.String, _
   ByVal sortType As ItemSortType _
)
'Usage
 
Dim column As OutputColumn
Dim expression As System.String
Dim sortType As ItemSortType
 
Dim instance As New SortedColumn(column, expression, sortType)
public SortedColumn( 
   OutputColumn column,
   System.string expression,
   ItemSortType sortType
)
public: SortedColumn( 
   OutputColumn* column,
   System.string* expression,
   ItemSortType sortType
)

Parameters

column
expression
sortType
See Also

Reference

SortedColumn Class
SortedColumn Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback