ComponentOne FlexPivot for WinForms
As Method

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > Column Class : As Method
Alias of the column to be used as the column name.
Used for columns of linked tables in a join query to specify an alias, if needed.
Syntax
'Declaration
 
Public Function As( _
   ByVal alias As System.String _
) As Column
public Column As( 
   System.string alias
)

Parameters

alias
Alias of the column to be used as the column name.
See Also

Reference

Column Class
Column Members