EntitySet<TEntity>.GetNewBindingList Method

Definition

Creates a new list for binding to a data source.

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

Returns

A new IBindingList for binding to a data source.

Applies to