Table<TEntity>.GetNewBindingList 메서드

정의

데이터 원본에 바인딩할 새 목록을 만듭니다.

public:
 System::ComponentModel::IBindingList ^ GetNewBindingList();
public System.ComponentModel.IBindingList GetNewBindingList();
member this.GetNewBindingList : unit -> System.ComponentModel.IBindingList
Public Function GetNewBindingList () As IBindingList

반품

데이터 원본에 바인딩하기 위한 새 IBindingList 기능입니다.

설명

반환된 목록은 추가, 삭제, 삽입 및 업데이트와 같은 표준 작업을 지원하지만 프로그래머가 저장을 명시적으로 관리해야 합니다.

적용 대상