SelectQuery..::..AddSelectColumn Method (String, String, Boolean)
Adds a column to the columns list.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public SelectQuery AddSelectColumn( string name, string alias, bool isDistinct )
Public Function AddSelectColumn ( _ name As String, _ alias As String, _ isDistinct As Boolean _ ) As SelectQuery
public: SelectQuery^ AddSelectColumn( String^ name, String^ alias, bool^ isDistinct )
Parameters
- name
- Type: String
The name of the column.
- alias
- Type: String
The value appears after the "AS" keyword.
- isDistinct
- Type: Boolean
Is the column distinct?