ObjectQuery.IListSource.GetList Method

Definition

Returns the collection as an IList used for data binding.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
System.Collections.IList IListSource.GetList ();
Function GetList () As IList Implements IListSource.GetList

Returns

An IList of entity objects.

Implements

Attributes

Applies to