protected readonly struct SortingInfo : IEquatable<ViewSortingServiceSortingInfo>Protected Structure SortingInfo
Implements IEquatable(Of ViewSortingServiceSortingInfo)protected value class SortingInfo : IEquatable<ViewSortingServiceSortingInfo>[<SealedAttribute>]
type SortingInfo =
struct
inherit ValueType
interface IEquatable<ViewSortingServiceSortingInfo>
end| ViewSortingServiceSortingInfo | Информация по колонке сортировки в результате выполнения представления Result. |
| Column |
Колонка для сортировки.
|
| ColumnIndex | Индекс колонки в строках результата Rows. |
| CompareFunc | Функция, сравнивающая два значения (не равных null) и возвращающая результат сравнения. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |