Active Query Builder 2 .NET Edition reference
SortByNames Method



Sorts the SQL qualified names in the list by comparing the identifiers of SQL qualified names from left to right.
Syntax
'Declaration
 
Public Sub SortByNames() 
'Usage
 
Dim instance As SQLQualifiedNameList
 
instance.SortByNames()
public void SortByNames()
public: void SortByNames(); 
Remarks
Comparison is performed over the leftmost prefixes of the SQL qualified names first, than over the next identifiers from left to right.
See Also

Reference

SQLQualifiedNameList Class
SQLQualifiedNameList Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback