Table<TEntity>.IListSource.GetList Método

Definición

Devuelve un IList que se puede enlazar a un origen de datos de un objeto que no implementa un IList por sí mismo.

 virtual System::Collections::IList ^ System.ComponentModel.IListSource.GetList() = System::ComponentModel::IListSource::GetList;
System.Collections.IList IListSource.GetList ();
abstract member System.ComponentModel.IListSource.GetList : unit -> System.Collections.IList
override this.System.ComponentModel.IListSource.GetList : unit -> System.Collections.IList
Function GetList () As IList Implements IListSource.GetList

Devoluciones

IList que puede enlazarse a un origen de datos.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de Table<TEntity> se convierte en una interfaz IListSource.

Se aplica a