dotConnect for PostgreSQL Documentation
Devart.Common Namespace / SelectColumn Class / SelectColumn Constructor / SelectColumn Constructor(String,String,String,String)
The schema that the column belongs to.
The table or view that the column belongs to.
The name of the column or expression text.
The column alias.

SelectColumn Constructor(String,String,String,String)
Creates and initializes new instance of SelectColumn with the specified schema name, table name, column name (expression text) and an alias.
Syntax
'Declaration
 
Public Function New( _
   ByVal schema As String, _
   ByVal table As String, _
   ByVal name As String, _
   ByVal alias As String _
)
 

Parameters

schema
The schema that the column belongs to.
table
The table or view that the column belongs to.
name
The name of the column or expression text.
alias
The column alias.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also