Table(Of TEntity).IListSource.GetList Method ()

 

Returns an IList that can be bound to a data source from an object that does not implement an IList itself.

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

Private Function GetList As IList
	Implements IListSource.GetList

Return Value

Type: System.Collections.IList

An IList that can be bound to a data source.

This member is an explicit interface member implementation. It can be used only when the Table(Of TEntity) instance is cast to an IListSource interface.

.NET Framework
Available since 3.5
Return to top
Show: