A collection of Fields to include in an SQL Select Query.
Methods
|
Name |
Description |
|
Add |
Add a normal field to the collection. |
|
AddCount |
Add a Count() function to the field list. |
|
AddEnumToString |
Add a field that is a Function or aggregate function to the collection. |
|
AddFunction |
Add a field that is a Function or aggregate function to the collection. |
|
AddList |
Adds one or more normal Fields to the collection. |
|
AddListComplex |
Adds one or more Fields to the collection. These fields may be complex sub-queries. |
|
AddMax |
Add a Max(fieldName) function to the field list. |
|
AddMin |
Add a Min(fieldName) function to the field list. |
|
AddSum |
Add a Sum(fieldName) function to the field list. |
|
AddSumDouble |
|
|
ExistsNamePrefix |
Checks to see if a field with a Name beginning with the supplied Prefix exists in the collection. |
|
IndexOfName |
Get the Index Of a field with the specified name in the collection. |
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0