SqlCeResultSet.GetList Método
Devuelve una instancia de ResultSetView.
Espacio de nombres: System.Data.SqlServerCe
Ensamblado: System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)
Sintaxis
'Declaración
Protected Function GetList As IList
'Uso
Dim returnValue As IList
returnValue = Me.GetList()
protected IList GetList()
protected:
IList^ GetList()
member GetList : unit -> IList
protected function GetList() : IList
Valor devuelto
Tipo: System.Collections.IList
Objeto ResultSetView.
Comentarios
Este método admite las estructuras de enlace de datos en WinForms.