Table<TEntity>::GetNewBindingList Method ()
.NET Framework (current version)
Creates a new list for binding to a data source.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Return Value
Type: System.ComponentModel::IBindingList^A new IBindingList for binding to a data source.
The returned list supports standard operations, such as additions, deletions, insertions, and updates, but saves must be explicitly managed by the programmer.
.NET Framework
Available since 3.5
Available since 3.5
Show: