MapperKernelUserOrderedFieldList Method |
Retrieves the list of mapper field keys in the order they should be presented to the user in a
datasheet taking any user-customized column order into account.
Unless a explicit
ColOrder property is specified on the mapper, first are fields marked
with
FreezeColumn the are fields explicitly ordered by the user and then all other fields.
Note that field visibility is NOT taken into account and, in fact, the list may include keys for which no field is defined.
The list is guaranteed to not include duplicates.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected StringList UserOrderedFieldList()
Protected Function UserOrderedFieldList As StringList
Return Value
Type:
StringListThe list of ordered field keys.
See Also