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 对象。
注释
此方法支持 WinForm 中的数据绑定结构。