Table<TEntity>.GetNewBindingList Metoda

Definice

Vytvoří nový seznam pro vazbu ke zdroji dat.

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

Návraty

Nová IBindingList vazba ke zdroji dat

Poznámky

Vrácený seznam podporuje standardní operace, jako jsou přidání, odstranění, vložení a aktualizace, ale ukládání musí být explicitně spravováno programátorem.

Platí pro