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

備註

傳回的清單支援標準作業,例如新增、刪除、插入和更新,但必須由程式設計人員明確管理儲存。

適用於