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

注釈

返されるリストは、追加、削除、挿入、更新などの標準操作をサポートしていますが、保存はプログラマが明示的に管理する必要があります。

適用対象