Partilhar via


ObjectResult.IListSource.GetList Método

Definição

Retorna os resultados em um formato útil para associação de dados.

 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

Retornos

Um IList dos objetos de entidade.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a ObjectResult instância é convertida em uma IListSource interface.

Aplica-se a