SelectQuery..::..AddSelectColumn Method (String, QueryTable, Boolean)
Adds a column to the columns list.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public SelectQuery AddSelectColumn( string name, QueryTable queryTable, bool isDistinct )
Public Function AddSelectColumn ( _ name As String, _ queryTable As QueryTable, _ isDistinct As Boolean _ ) As SelectQuery
public: SelectQuery^ AddSelectColumn( String^ name, QueryTable^ queryTable, bool^ isDistinct )
Parameters
- name
- Type: String
The name of the column.
- queryTable
- Type: RingSoft.DbLookup.QueryBuilder..::..QueryTable
The query table object attached to this column.
- isDistinct
- Type: Boolean
Is the column distinct?