点击或拖拽改变大小

XDataSetLoad 方法 (IDataReader, LoadOption, FillErrorEventHandler, DataTable)

Sweet 开发框架
Dapper想要返回DataSet,需要重写Load方法

命名空间:  Sweet.DBUtility.SQLite
程序集:  Sweet.DBUtility.SQLite (在 Sweet.DBUtility.SQLite.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法
public override void Load(
	IDataReader reader,
	LoadOption loadOption,
	FillErrorEventHandler handler,
	params DataTable[] tables
)

参数

reader
类型:System.DataIDataReader
IDataReader
loadOption
类型:System.DataLoadOption
LoadOption
handler
类型:System.DataFillErrorEventHandler
FillErrorEventHandler
tables
类型:System.DataDataTable
DataTable
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架