Table<TEntity>.GetNewBindingList 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建用于绑定到数据源的新列表。
public:
System::ComponentModel::IBindingList ^ GetNewBindingList();
public System.ComponentModel.IBindingList GetNewBindingList ();
member this.GetNewBindingList : unit -> System.ComponentModel.IBindingList
Public Function GetNewBindingList () As IBindingList
返回
用于绑定到数据源的新 IBindingList。
注解
返回的列表支持标准操作,例如添加、删除、插入和更新,但保存必须由程序员显式管理。