SqlCeResultSet.GetList 方法
傳回 ResultSetView 的執行個體。
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)
語法
'宣告
Protected Function GetList As IList
'用途
Dim returnValue As IList
returnValue = Me.GetList()
protected IList GetList()
protected:
IList^ GetList()
member GetList : unit -> IList
protected function GetList() : IList
傳回值
型別:System.Collections.IList
ResultSetView 物件。
備註
這個方法支援 WinForms 中的資料繫結結構。