EntitySet<TEntity>.GetNewBindingList Method ()

 

Creates a new list for binding to a data source.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public IBindingList GetNewBindingList()

Return Value

Type: System.ComponentModel.IBindingList

A new IBindingList for binding to a data source.

.NET Framework
Available since 3.5
Return to top
Show: