EntityCollection<TEntity>.IListSource.GetList Method ()

 

Returns the collection as an IList used for data binding.

Namespace:   System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
IList IListSource.GetList()

Return Value

Type: System.Collections.IList

An IList of entity objects.