Active Query Builder 2 .NET Edition reference
SortingType Property (DatabaseSchemaTreeOptions)



Defines order of database object nodes within a group.
Syntax
'Declaration
 
Public Property SortingType As ObjectsSortingType
'Usage
 
Dim instance As DatabaseSchemaTreeOptions
Dim value As ObjectsSortingType
 
instance.SortingType = value
 
value = instance.SortingType
public ObjectsSortingType SortingType {get; set;}
public: __property ObjectsSortingType get_SortingType();
public: __property void set_SortingType( 
   ObjectsSortingType value
);
See Also

Reference

DatabaseSchemaTreeOptions Class
DatabaseSchemaTreeOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback