A collection of Fields to include in an SQL Select Query Order By clause.
Methods
|
Name |
Description |
|
Add |
Add a normal field to the collection. |
|
AddConstant |
Add a field that is a Constant to the collection. |
|
AddCount |
|
|
AddFunction |
Add a field that is a Function or aggregate function to the collection. |
|
AddMax |
|
|
AddMin |
|
|
AddOrdinalFieldName |
Add a ordinal index field to the collection based on the name of a field in the Select list. |
|
AddOrdinalIndex |
Add an ordinal index field to the collection. |
|
AddOtherUnescaped |
Add a field that does not really fall into one of the other categories but should be included in the list without any escaping being performed. |
|
AddSubQuery |
Add a Sub-Query to the collection. |
|
AddSum |
Add a Sum(fieldName) function to the field list. |
|
GetDataViewSort |
Creates a String that can be used to set a DataView Sort. |
|
ToCsvString |
Creates a comma-separated String containing a list of all Field Names. |
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0