C# 클래스 EnterpriseWebLibrary.EnterpriseWebFramework.TailUpdateRegion

파일 보기 프로젝트 열기: enduracode/enterprise-web-library

공개 메소드들

메소드 설명
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