Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an instance of ResultSetView.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Protected Function GetList As IList
'Usage
Dim returnValue As IList
returnValue = Me.GetList()
protected IList GetList()
protected:
IList^ GetList()
member GetList : unit -> IList
protected function GetList() : IList
Return Value
Type: System.Collections.IList
A ResultSetView object.
Remarks
This method supports the data binding structures in WinForms.