Active Query Builder 2 .NET Edition reference
SortType Property (DataSourceOptions)



Defines field list sort type.
Syntax
'Declaration
 
Public Property SortType As FieldListSortType
'Usage
 
Dim instance As DataSourceOptions
Dim value As FieldListSortType
 
instance.SortType = value
 
value = instance.SortType
public FieldListSortType SortType {get; set;}
public: __property FieldListSortType get_SortType();
public: __property void set_SortType( 
   FieldListSortType value
);
See Also

Reference

DataSourceOptions Class
DataSourceOptions Members
KeyFieldsFirst Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback