A collection of Query Columns.
Methods
|
Name |
Description |
|
Add |
Add a column that will be retrieved from the database. |
|
AddVirtual |
Add a column that does not exist on the database and will be populated independently. |
|
AddVirtualColumnsToDataTable |
Add Virtual Columns to a DataTable. |
|
BeginTable |
Set the Table that is associated with each Column as it is added. |
|
CountIncluded |
Count of columns to be included in the Query. |
|
ExcludeAll |
Set the Include property to False for all Columns. |
|
GetColumnNamesList |
Retrieves a list of all Column Names. |
|
GetIncludedDbColumnsSqlList |
Get a list of Database Column Names to be included in a SQL SELECT statement. |
|
HasIncludedVirtual |
Checks to see if any Virtual Columns are Included. |
|
IncludeAll |
Set the Include property to True for all columns. |
|
IsIncluded |
Checks to see if one or more Columns are Included. |
|
SetIncluded |
Sets the Include property for the specified Columns. |
Properties
|
Name |
Description |
|
ItemByIndex Read-Only |
Retrieve an item by its index in the collection. |
- Namespace:
- Intersoft.ISReports6
- Assembly:
- ISReports6, Version=6.0.3
- Target Framework:
- .NET 9.0