C# Класс EnterpriseWebLibrary.EnterpriseWebFramework.TailUpdateRegion

Показать файл Открыть проект

Открытые методы

Метод Описание
TailUpdateRegion ( IEnumerable sets, int updatingItemCount ) : System.Collections.Generic

Creates a tail update region, which you can use to append items to a list/table, truncate a list/table, and/or modify the items at the end of a list/table.

Описание методов

TailUpdateRegion() публичный Метод

Creates a tail update region, which you can use to append items to a list/table, truncate a list/table, and/or modify the items at the end of a list/table.
public TailUpdateRegion ( IEnumerable sets, int updatingItemCount ) : System.Collections.Generic
sets IEnumerable
updatingItemCount int Pass zero if you only want to append items.
Результат System.Collections.Generic