EntityCollection<TEntity>::IListSource::GetList Method ()
.NET Framework (current version)
Returns the collection as an IList used for data binding.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Implements
IListSource::GetList()This member is an explicit interface member implementation. It can be used only when the EntityCollection<TEntity> instance is cast to an IListSource interface.
This method enables data binding to an EntityCollection<TEntity>. It is called by the control bound to the collection. For more information, see Binding Objects to Controls.
.NET Framework
Available since 3.5
Available since 3.5
Show: