Active Query Builder 2 .NET Edition reference
GetAlias Method



Gets the alias of element at the specified index.
Syntax
'Declaration
 
Public Function GetAlias( _
   ByVal index As System.Integer _
) As System.String
'Usage
 
Dim instance As SelectedColumnList
Dim index As System.Integer
Dim value As System.String
 
value = instance.GetAlias(index)
public System.string GetAlias( 
   System.int index
)
public: System.string* GetAlias( 
   System.int index
) 

Parameters

index
See Also

Reference

SelectedColumnList Class
SelectedColumnList Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback