Click or drag to resize
ExtensionMethods Class
ApplicationCore specific extension methods.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCoreExtensionMethods

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static class ExtensionMethods

The ExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberApplyFieldOrderingTField
Applies the fieldordering to the enumerable specified. It first sorts on FieldIndex ascending, and then on name, ascending.
Public methodStatic memberCreateComparableName
Creates a comparable name to the key names used in the lookup dictionaries. This name is lowercase for case insensitive names, otherwise it's kept as-is
Public methodStatic memberSortBindings
Sorts the bindings to use, in place.
Top
See Also